Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ef514f7b0a - Show all commits

View File

@ -2,7 +2,7 @@
echo "Running intval3 install script"
apt-get update
apt-get install git ufw nginx -y
apt-get install git ufw nginx jq -y
echo "Installing node.js dependencies.."
apt-get install nodejs npm -y

View File

@ -2,7 +2,7 @@
echo "Running intval3 install script"
apt-get update
apt-get install git ufw nginx -y
apt-get install git ufw nginx jq -y
echo "Installing node.js dependencies.."
apt-get install nodejs npm -y