Skip to content

Commit

Permalink
Cleanup Install Script
Browse files Browse the repository at this point in the history
Clean up some empty lines, etc. in the auto installation script.
  • Loading branch information
nebhead committed Nov 27, 2023
1 parent d58d108 commit 877a67c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions auto-install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 "*************************************************************************"
Expand Down

0 comments on commit 877a67c

Please sign in to comment.