Skip to content

Commit

Permalink
modified install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalLumberjack committed Jan 27, 2015
1 parent 9f3d7b1 commit e772ce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/install.sh
Expand Up @@ -3,11 +3,13 @@
if [ "$1" = "updatesystem" ]
then
echo "update system break module compatibily, use ./install.sh installKernel "
exit 0
sudo apt-get update
sudo apt-get upgrade -y
sudo rpi-update
echo "Please reboot if the message above asks for it"
elif [ "$1" = "installKernel" ]; then
echo "will install the last compatible kernel : 3.12.28+"
sudo apt-get update
sudo apt-get upgrade -y
sudo rpi-update de69b134dc6e4066fe70db29816d57895dffd9b9
Expand Down

0 comments on commit e772ce9

Please sign in to comment.