From be4b6a4b2cb9ff44329e9d17f18e444695f2ecc2 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 efd155749..28ba9a190 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -492,12 +492,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.