From 877a67ccfa4a6a9d585a58acf106c690716b7724 Mon Sep 17 00:00:00 2001 From: nebhead Date: Mon, 27 Nov 2023 10:43:25 -0800 Subject: [PATCH] Cleanup Install Script Clean up some empty lines, etc. in the auto installation script. --- auto-install/install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/auto-install/install.sh b/auto-install/install.sh index 2c36a2ef..4a7dbb63 100755 --- a/auto-install/install.sh +++ b/auto-install/install.sh @@ -71,7 +71,6 @@ echo "** **" echo "** Installing Dependencies... (This could take several minutes) **" echo "** **" echo "*************************************************************************" - $SUDO apt install python3-dev python3-pip python3-venv python3-rpi.gpio python3-scipy nginx git supervisor ttf-mscorefonts-installer redis-server libatlas-base-dev libopenjp2-7 -y # Grab project files @@ -87,11 +86,6 @@ $SUDO git clone --depth 1 https://github.com/nebhead/pifire # Replace the below command to fetch development branch #$SUDO git clone --depth 1 --branch development https://github.com/nebhead/pifire -# After doing a shallow clone, to be able to checkout other branches from remote, -# git remote set-branches origin '*' -# git fetch -v -# git checkout development - # Setup Python VENV & Install Python dependencies clear echo "*************************************************************************"