࿓❯ Added an example of running the install script with sudo

Signed-off-by: Victor-ray, S <12261439+ZendaiOwl@users.noreply.github.com>
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Victor-ray, S 2023-01-16 18:11:09 +01:00 committed by Tobias Knöppler
parent b21a2cd630
commit a873d615f6
No known key found for this signature in database
GPG Key ID: 3510056072886A8F

View File

@ -230,14 +230,24 @@ _Note: this assumes a clean Debian install, and there is no rollback method_
### Curl install scripts
This is executed as `root` as indicated by the `#`
```
# curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash
```
## Downloads & Links
If you're not `root` you can run it with `sudo` like so
```
curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | sudo bash
```
## Links
[Website][ncp-website]
[Downloads][ncp-releases]
[Docker Hub][ncp-docker-hub]
[Nextcloud Forum][nc-forum]