mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
get importantscripts
FYI @k-matti
This commit is contained in:
parent
38550a78f5
commit
fb91df3b08
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user