diff --git a/README.md b/README.md index 69c12f0..61a3fd0 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,15 @@ **Get Started**: ``` wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/stable/installer.sh -O /tmp/installer.sh -bash /tmp/installer.sh 2>&1 | tee ~/output.log +bash /tmp/installer.sh ``` +**Legacy Installer**: +``` +wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/stable/installer.sh -O /tmp/installer.sh +bash /tmp/installer.sh -l 2>&1 | tee ~/output.log +``` + #### This script uses the following repo's as dependencies: ``` * VPS-scripts/Unattended-Security-Updates