From 59f4958ffb8154178819124425cafa37e09ba925 Mon Sep 17 00:00:00 2001 From: Teja Swaroop Pothala Date: Wed, 26 Mar 2025 15:16:29 +0000 Subject: [PATCH] fix nextcloud install --- src/ubuntu/install/nextcloud/install_nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ubuntu/install/nextcloud/install_nextcloud.sh b/src/ubuntu/install/nextcloud/install_nextcloud.sh index a559373..5bf5003 100644 --- a/src/ubuntu/install/nextcloud/install_nextcloud.sh +++ b/src/ubuntu/install/nextcloud/install_nextcloud.sh @@ -23,7 +23,7 @@ else apt-get install -y software-properties-common add-apt-repository -y ppa:nextcloud-devs/client apt update - apt install -y nextcloud-client + apt install -y nextcloud-desktop if [ -z ${SKIP_CLEAN+x} ]; then apt-get autoclean rm -rf \