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:
-rwxr-xr-xupdate.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 761c4c3a..90546278 100755
--- a/update.sh
+++ b/update.sh
@@ -29,6 +29,7 @@ nc-snapshot
nc-snapshot-auto
nc-audit
nc-hdd-monitor
+nc-zram
SSH
fail2ban
NFS
@@ -199,6 +200,9 @@ cp -r ncp-app /var/www/
rm -f /var/www/nextcloud && \
ln -s /data/nextcloud /var/www/nextcloud
}
+
+ # shouldn't be present in docker
+ rm -f /usr/local/bin/ncp/SYSTEM/nc-zram.sh /usr/local/etc/ncp-config.d/nc-zram.cfg
:
}