From 8f08c521031bb5159588e6a613c9d81ed94752af Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 23 Feb 2021 18:57:15 -0800 Subject: [PATCH] not required anymore to uninstall gnome-shell --- scripts/installer.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 728080ab4..94d506681 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -67,10 +67,6 @@ if [[ "${nginx_version}" != *"1.18."* ]]; then rm /tmp/nginx.deb fi -# Cloudron 6 on ubuntu 20 installed recommended packages of collectd -> libinotify -> gnome->shell -apt remove -y gnome-shell || true -apt -y autoremove || true - echo "==> installer: updating node" readonly node_version=14.15.4 if [[ "$(node --version)" != "v${node_version}" ]]; then