setup/doc/nextcloud.md

12 lines
247 B
Markdown

# Setup NextCoud
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install desktop client directly from the official repository
```
sudo apt install nextcloud-desktop --no-install-recommends
```