Skip to content

Commit

Permalink
rpi-update to prune old modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed May 28, 2017
1 parent b428b0f commit dd01b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud_lamp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install()
apt-get upgrade -y
apt-get dist-upgrade -y
$APTINSTALL rpi-update
echo -e "y\n" | rpi-update
echo -e "y\n" | PRUNE_MODULES=1 rpi-update

echo 1 > $STATE_FILE
nohup reboot &>/dev/null &
Expand Down

0 comments on commit dd01b64

Please sign in to comment.