fix nextcloud install

This commit is contained in:
Teja Swaroop Pothala 2025-03-26 15:16:29 +00:00
parent b39b6d3d17
commit 59f4958ffb
No known key found for this signature in database
GPG Key ID: BB76E235446F9970

View File

@ -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 \