get importantscripts

FYI @k-matti
This commit is contained in:
Daniel Hansson 2020-06-13 21:20:25 +02:00 committed by GitHub
parent 38550a78f5
commit fb91df3b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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