test
This commit is contained in:
parent
302b120d05
commit
c7e498789d
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt install node npm
|
||||
apt-get install node npm
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user