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:
authornachoparker <nacho@ownyourbits.com>2017-05-28 13:02:18 +0300
committernachoparker <nacho@ownyourbits.com>2017-05-28 13:02:18 +0300
commitdd01b6427f5cad5ffbe7f149af78c2e7a3fdf100 (patch)
treed575412f61d9e700f70ee9f9e3e2fb20067a6f81
parentb428b0f876170aec32d9e61d2728cdf93167caaa (diff)
rpi-update to prune old modulesv0.12.10
-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 &