From 01a7b6f297a9b578bd13779603c2704ca5fd4b28 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sun, 15 Sep 2019 18:00:12 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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