diff --git a/install/install.sh b/install/install.sh index 0985e2e..be68bf4 100644 --- a/install/install.sh +++ b/install/install.sh @@ -60,12 +60,6 @@ apt autoremove -y # requirements apt install -y software-properties-common curl zip unzip git gcc - -# nodejs -curl -fsSL https://deb.nodesource.com/setup_lts.x | -E bash - -apt update -apt install nodejs -y - # certbot apt install certbot python3-certbot-nginx -y