diff --git a/bash/install.sh b/bash/install.sh index aad77f8794..9466340d8d 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