setup/doc/nextcloud.md

12 lines
247 B
Markdown
Raw Permalink Normal View History

2022-02-12 17:47:04 +01:00
# 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
```