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