🪛 Add NodeJS install
This commit is contained in:
parent
8ec3a962f7
commit
dae1e023b3
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ echo 'installing PIP3...'
|
||||||
|
|
||||||
apt install python3-pip
|
apt install python3-pip
|
||||||
|
|
||||||
|
echo 'installing NodeJS...'
|
||||||
|
|
||||||
|
apt install nodejs
|
||||||
|
|
||||||
echo 'Creating path: /www/wwwroot'
|
echo 'Creating path: /www/wwwroot'
|
||||||
|
|
||||||
mkdir -p /www/wwwroot
|
mkdir -p /www/wwwroot
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue