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