diff --git a/office/nextcloud.sh b/office/nextcloud.sh index 29731b8..7ccd77b 100644 --- a/office/nextcloud.sh +++ b/office/nextcloud.sh @@ -9,9 +9,11 @@ case "$PM" in apt) echo TODO exit -1 + sudo add-apt-repository ppa:nextcloud-devs/client + sudo apt-get update + sudo apt install -y nextcloud-client ;; pacman) - sudo pacman -S \ - nextcloud-client + sudo pacman -S nextcloud-client ;; esac