From dae1e023b300a1755e88533702f0c81b5cc3a851 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Tue, 7 Mar 2023 16:13:32 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9B=20Add=20NodeJS=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/install.sh b/bash/install.sh index aad77f8..9466340 100644 --- a/bash/install.sh +++ b/bash/install.sh @@ -12,6 +12,10 @@ echo 'installing PIP3...' apt install python3-pip +echo 'installing NodeJS...' + +apt install nodejs + echo 'Creating path: /www/wwwroot' mkdir -p /www/wwwroot