Install script now starts and enables nginx webserver

This commit is contained in:
Felipe Martín 2013-05-22 18:53:37 +02:00
parent 6cf94e796c
commit 2f239971b8
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ systemctl enable postgresql
echo "=> Installing nginx"
# Install nginx
pacman -S nginx --noconfirm
systemctl start nginx
systemctl enable nginx
echo "=> Installing git"
# Install git