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 +```