re-add npm install

- apparently nodejs installs npm only for some people
revert-b25c0d81
Moe 2018-09-26 10:41:28 -07:00
parent c713e61341
commit 11b89e7ffb
1 changed files with 1 additions and 0 deletions

View File

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