mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-06-25 12:01:27 +02:00
fix nextcloud install
This commit is contained in:
parent
b39b6d3d17
commit
59f4958ffb
@ -23,7 +23,7 @@ else
|
|||||||
apt-get install -y software-properties-common
|
apt-get install -y software-properties-common
|
||||||
add-apt-repository -y ppa:nextcloud-devs/client
|
add-apt-repository -y ppa:nextcloud-devs/client
|
||||||
apt update
|
apt update
|
||||||
apt install -y nextcloud-client
|
apt install -y nextcloud-desktop
|
||||||
if [ -z ${SKIP_CLEAN+x} ]; then
|
if [ -z ${SKIP_CLEAN+x} ]; then
|
||||||
apt-get autoclean
|
apt-get autoclean
|
||||||
rm -rf \
|
rm -rf \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user