From 80910a51b55d7d32f3aa448d70ffaafd2118419e Mon Sep 17 00:00:00 2001 From: p-bo Date: Sat, 19 Nov 2022 20:51:47 +0100 Subject: [PATCH] Add NextcloudPi script --- admin_manual/installation/source_installation.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 1501a3d92..446a99954 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -484,12 +484,19 @@ See the `TrueNAS installation documentation `_. 2. Run the script with:: sudo bash nextcloud_install_production.sh + +or + +1. Download the latest `installation script `_. +2. Run the script with:: + + sudo bash install.sh A guided setup will follow and the only thing you have to do it to follow the on screen instructions, when given to you.