From 2a2f4a3dcefa8f93890ed85ff2b7f8cfc48d13d4 Mon Sep 17 00:00:00 2001 From: staff Date: Fri, 6 Dec 2019 12:40:01 +0100 Subject: [PATCH] Improve readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dc38870..70b01e9 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,11 @@ You can change the ssl state of your instance after the installation if you need Just execute ssl.sh: `./ssl.sh` + +If you prefere, you can download this script directly via: + +``` +wget https://dev-nextcloud.p2p.legal/installeur/install-nextcloud.tar.gz +tar -zxvf install-nextcloud.tar.gz +./install.sh 2>&1 | tee loginstall.log +```