From 2b2eb7c88084c008067f7c9720e38abb9e9b1ecc Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 26 Sep 2019 15:57:52 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/installer.sh b/installer.sh index e3cddd7..c72642b 100644 --- a/installer.sh +++ b/installer.sh @@ -406,6 +406,13 @@ sleep 2 wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates/raw/branch/master/installer.sh -O /tmp/unattended.sh source /tmp/unattended.sh +##----------## +# Motd # +##----------## +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/"$branch"/beta/config/motd/01-custom -O /etc/update-motd.d//01-custom +chmod +x /etc/update-motd.d//01-custom + + ##---------------------## # System services # ##---------------------##