Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud_lamp.sh')
-rw-r--r--nextcloud_lamp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud_lamp.sh b/nextcloud_lamp.sh
index 7cfa80b0..67059359 100644
--- a/nextcloud_lamp.sh
+++ b/nextcloud_lamp.sh
@@ -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 &