Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-vannini committed Jun 30, 2017
1 parent d43070d commit e1fc708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
if [ ! $? = 0 ]; then
exit 1
else
sudo apt-get install git whiptail wiringpi #Installs packages which might be missing
sudo apt-get install -y git whiptail wiringpi #Installs packages which might be missing

PiPoEDir="PiPoE"
if [ -d "$PiPoEDir" ]; then
Expand Down

0 comments on commit e1fc708

Please sign in to comment.