🪛 Add NodeJS install

This commit is contained in:
Evil0ctal 2023-03-07 16:13:32 -08:00 committed by GitHub
parent 8ec3a962f7
commit dae1e023b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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