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