From fb91df3b08824d2c58098a2d15eb899c8c3afe15 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 13 Jun 2020 21:20:25 +0200 Subject: [PATCH] get importantscripts FYI @k-matti --- nextcloud_update.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 036a511f..fd1ab29f 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -73,6 +73,15 @@ then rm -f $SCRIPTS/lib.sh fi +# Update updatenotification.sh +if [ -f $SCRIPTS/updatenotification.sh +then + download_script STATIC updatenotification +fi + +# Make sure everyone gets access to menu.sh +download_script STATIC menu + # Update docker-ce to overlay2 since devicemapper is deprecated if [ -f /etc/systemd/system/docker.service ] then