mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
࿓❯ 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:
parent
b21a2cd630
commit
a873d615f6
12
README.md
12
README.md
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user