This commit is contained in:
William Mantly 2021-01-25 19:56:56 -05:00
parent 302b120d05
commit c7e498789d
Signed by: wmantly
GPG Key ID: 186A8370EFF937CA
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
apt install node npm
apt-get install node npm

View File

@ -1,6 +1,6 @@
#!/bin/bash
apt install -y apache2
apt-get install -y apache2
a2enmod expires
a2enmod rewrite
@ -10,4 +10,4 @@ echo "$apache_vhost" | mo > /etc/apache2/sites-enabled/000-default.conf
service apache2 restart
bash ../installnode.sh
bash $workingPath/scripts/installnode.sh