[misc] nextcloud installation on ubuntu
This commit is contained in:
parent
473dc13762
commit
0ccea9505a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user