mcguirepr89
|
b7f03704dd
|
readding write_config.php for testing
|
2022-01-20 15:31:05 -05:00 |
|
mcguirepr89
|
11915d83eb
|
updated form to check for thisrun.txt then firstrun.ini
|
2022-01-20 15:30:15 -05:00 |
|
mcguirepr89
|
5f53ee3c5f
|
updated list
|
2022-01-20 08:26:14 -05:00 |
|
mcguirepr89
|
5d4bd0b06e
|
adding firstrun.ini for php parsing
|
2022-01-19 15:51:10 -05:00 |
|
mcguirepr89
|
1b2353fdd7
|
adding forms for testing
|
2022-01-19 14:50:45 -05:00 |
|
mcguirepr89
|
a8c1d409f9
|
adding localization support in birdnet-pi-config
|
2022-01-19 12:54:45 -05:00 |
|
mcguirepr89
|
eb799f6b82
|
added new birdnet.conf update task
|
2022-01-19 10:55:29 -05:00 |
|
mcguirepr89
|
60fdabe898
|
deleted old files
|
2022-01-19 10:55:07 -05:00 |
|
mcguirepr89
|
9cec168d31
|
typo
|
2022-01-19 10:52:46 -05:00 |
|
mcguirepr89
|
d570324ac7
|
updated the disk-check utility to have options for removing old data
or stopping core services
|
2022-01-19 10:49:41 -05:00 |
|
Patrick McGuire
|
0806f86bfd
|
Add files via upload
|
2022-01-19 10:13:17 -05:00 |
|
Patrick McGuire
|
faa90d5eea
|
Delete labels_l18n.zip
|
2022-01-19 10:12:33 -05:00 |
|
Patrick McGuire
|
74b68ae4a6
|
Update README.md
|
2022-01-19 09:36:29 -05:00 |
|
Patrick McGuire
|
7736e3ffe4
|
Update README.md
|
2022-01-19 09:35:38 -05:00 |
|
Patrick McGuire
|
cbc5b4a472
|
Add files via upload
|
2022-01-19 09:28:30 -05:00 |
|
Patrick McGuire
|
b9bc282598
|
Update README.md
|
2022-01-19 09:04:44 -05:00 |
|
Patrick McGuire
|
726a97222e
|
Update README.md
|
2022-01-19 09:04:09 -05:00 |
|
Patrick McGuire
|
4636b17541
|
Update README.md
|
2022-01-17 13:19:59 -05:00 |
|
Patrick McGuire
|
b6ead2d1fd
|
Update README.md
|
2022-01-17 12:39:13 -05:00 |
|
Patrick McGuire
|
f680f025b3
|
Update README.md
|
2022-01-17 10:00:55 -05:00 |
|
Patrick McGuire
|
d33b27650d
|
Update README.md
|
2022-01-17 09:57:10 -05:00 |
|
Patrick McGuire
|
d9f6be59f9
|
Update README.md
|
2022-01-17 09:55:39 -05:00 |
|
Patrick McGuire
|
d33e56ca7c
|
Update README.md
|
2022-01-16 18:52:50 -05:00 |
|
Patrick McGuire
|
aad497bd76
|
Update menu.html
|
2022-01-16 08:37:40 -05:00 |
|
mcguirepr89
|
d3e1b0cb36
|
added BirdWeather ID support
|
2022-01-15 16:29:52 -05:00 |
|
mcguirepr89
|
4875896596
|
added BirdWeather ID support
|
2022-01-15 16:27:33 -05:00 |
|
mcguirepr89
|
cd6f84b37c
|
added BirdWeather ID input
|
2022-01-15 16:26:24 -05:00 |
|
Patrick McGuire
|
1bb44dc61e
|
Update README.md
|
2022-01-15 14:08:57 -05:00 |
|
Patrick McGuire
|
c2ca349bd5
|
Update README.md
|
2022-01-15 08:57:39 -05:00 |
|
Patrick McGuire
|
ad01c2935f
|
Update README.md
|
2022-01-14 17:27:52 -05:00 |
|
Patrick McGuire
|
2f38f5ca45
|
Update README.md
|
2022-01-10 08:31:21 -05:00 |
|
Patrick McGuire
|
58a8164fef
|
Update README.md
|
2022-01-09 09:21:39 -05:00 |
|
Patrick McGuire
|
58161f97bf
|
Update README.md
|
2022-01-08 11:41:37 -05:00 |
|
Patrick McGuire
|
a365746f94
|
Update menu.html
|
2022-01-08 09:05:18 -05:00 |
|
Patrick McGuire
|
6602eca544
|
Merge pull request #103 from mcguirepr89/fix_installer
Fixed PHP version breaking for other locales
|
2022-01-08 08:08:40 -05:00 |
|
Patrick McGuire
|
01a9ed04b1
|
Fixed PHP version installer
OLD
php_version="$(awk -F. '{print $2}' <(ls -l $(which /etc/alternatives/php)))"
NEW
php_version="$(awk -F'php' '{print $3}' <(ls -l $(which /etc/alternatives/php)))"
|
2022-01-08 07:37:33 -05:00 |
|
Patrick McGuire
|
7c6cfa0dfb
|
Fixed PHP version breaking for other locales
OLD
php_version="$(awk -F. '{print $2}' <(ls -l $(which /etc/alternatives/php)))"
NEW
php_version="$(awk -F'php' '{print $3}' <(ls -l $(which /etc/alternatives/php)))"
|
2022-01-08 07:34:50 -05:00 |
|
Patrick McGuire
|
359d39a602
|
Update README.md
|
2021-12-31 09:51:10 -05:00 |
|
Patrick McGuire
|
dacf14cae7
|
Update README.md
|
2021-12-26 09:54:20 -05:00 |
|
Patrick McGuire
|
b1df67183f
|
Update README.md
|
2021-12-26 09:47:11 -05:00 |
|
Patrick McGuire
|
1cbd9f1578
|
Update README.md
|
2021-12-26 09:39:42 -05:00 |
|
Patrick McGuire
|
55169886d7
|
Update README.md
|
2021-12-26 09:22:29 -05:00 |
|
Patrick McGuire
|
f0237e13cb
|
Update README.md
|
2021-12-26 08:59:12 -05:00 |
|
Patrick McGuire
|
b8695f9b87
|
Update README.md
|
2021-12-20 18:34:45 -05:00 |
|
Patrick McGuire
|
81dfbc70cf
|
Update README.md
|
2021-12-16 21:07:51 -05:00 |
|
Patrick McGuire
|
ecb2b70953
|
Update README.md
|
2021-12-15 18:25:00 -05:00 |
|
Patrick McGuire
|
ff09a8a617
|
Better instructions for Step 5 - Update BirdNET-Pi
Removed ASK_REBOOT=2 from URL updater since it is
not needed
|
2021-12-13 14:35:48 -05:00 |
|
Patrick McGuire
|
320d544a5b
|
Update birdnet-pi-config
|
2021-12-12 16:29:30 -05:00 |
|
Patrick McGuire
|
919a89008c
|
Update dump_logs.sh
|
2021-12-12 16:07:23 -05:00 |
|
Patrick McGuire
|
c3cf54dd4d
|
Update dump_logs.sh
|
2021-12-12 15:58:31 -05:00 |
|