From 2ad36d77e13d2ea663ae8fb917e4e5f047afb051 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 23 Oct 2019 12:28:03 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installer.sh b/installer.sh index 16ce364..4e8fe3e 100644 --- a/installer.sh +++ b/installer.sh @@ -492,6 +492,12 @@ $PKGM update $PKGM upgrade -y $PKGM autoremove -y +##------------## +# Readme # +##------------## +wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/beta/config/manual.sh -O /tmp/manual.sh +source /tmp/manual.sh + ##----------------------## # End of installer # ##----------------------##