Skip to content

Commit

Permalink
Modified for silent install
Browse files Browse the repository at this point in the history
Modified for silent install by adding -y to apt-get install see #7
  • Loading branch information
francesco-vannini authored Sep 9, 2017
1 parent 278e564 commit ba8c90a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ fi
if [ ! $? = 0 ]; then
exit 1
else
apt-get install git whiptail #Installs packages which might be missing
apt-get install python-alsaaudio
apt-get install python-rpi.gpio
apt-get install git whiptail -y #Installs packages which might be missing
apt-get install python-alsaaudio -y
apt-get install python-rpi.gpio -y

JustBoomDir="JustBoom"
if [ -d "$JustBoomDir" ]; then
Expand Down

0 comments on commit ba8c90a

Please sign in to comment.