Commit Graph

651 Commits

Author SHA1 Message Date
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
Patrick McGuire 5b3ca51b93 Update uninstall.sh 2021-12-12 15:55:28 -05:00
Patrick McGuire 4113d3b0eb Merge pull request #97 from mcguirepr89/git_install
Git install
2021-12-12 15:32:26 -05:00
Patrick McGuire ca2f444ba0 Update newinstaller.sh 2021-12-12 15:31:32 -05:00
Patrick McGuire 79b27175f0 Update newinstaller.sh 2021-12-12 15:14:12 -05:00
Patrick McGuire accf68ddea Update newinstaller.sh 2021-12-12 15:10:20 -05:00
Patrick McGuire 399df58486 Update newinstaller.sh 2021-12-12 15:09:22 -05:00
Patrick McGuire 4fae5e544c Update newinstaller.sh 2021-12-12 15:08:22 -05:00
Patrick McGuire d381e65787 Update newinstaller.sh 2021-12-12 15:07:27 -05:00
Patrick McGuire 4be59f7289 Update newinstaller.sh 2021-12-12 15:03:17 -05:00
Patrick McGuire e042b1e346 Update README.md 2021-12-12 09:47:10 -05:00