From cee4a70c3cc62aca7ef3e6150e0d461367a796a1 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Thu, 7 Mar 2024 17:17:29 +0100 Subject: [PATCH] drop node.js from installation process --- install/install.sh | 6 ------ 1 file changed, 6 deletions(-) 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