not required anymore to uninstall gnome-shell

This commit is contained in:
Girish Ramakrishnan
2021-02-23 18:57:15 -08:00
parent 9ccd82ce4e
commit 8f08c52103
-4
View File
@@ -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