drop node.js from installation process

This commit is contained in:
Saeed Vaziry 2024-03-07 17:17:29 +01:00
parent 60e2dc0807
commit cee4a70c3c

View File

@ -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