From 8924118d4a5d878d60ee7484e0f091bae170220d Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 27 Feb 2020 11:27:36 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca90e6..2810631 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ -# UBU-Web-V2 +# Ubuntu-Web-V2 +**Get Started with the graphical installer**: +``` +wget https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh +bash /tmp/installer.sh +``` +**Legacy Installer for developing and debugging**: +``` +wget https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2/raw/branch/master/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 +* VPS-scripts/Ubuntu-MySQL +``` \ No newline at end of file