re-add npm install
- apparently nodejs installs npm only for some peoplerevert-b25c0d81
parent
c713e61341
commit
11b89e7ffb
|
|
@ -30,6 +30,7 @@ if [ "$nodejsinstall" = "y" ] || [ "$nodejsinstall" = "Y" ]; then
|
|||
chmod +x setup_8.x
|
||||
./setup_8.x
|
||||
sudo apt install nodejs -y
|
||||
sudo apt install npm -y
|
||||
fi
|
||||
sudo apt install make -y
|
||||
echo "============="
|
||||
|
|
|
|||
Loading…
Reference in New Issue