1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/11970] Make apt-get less quiet.

PHPBB3-11970
This commit is contained in:
Andreas Fischer
2013-10-25 00:33:19 +02:00
parent 3c135ccab2
commit e65483ac32
2 changed files with 7 additions and 7 deletions

View File

@@ -6,8 +6,8 @@
set -e
set -x
sudo apt-get update -qq
sudo apt-get install -qq nginx realpath
sudo apt-get update
sudo apt-get install -y nginx realpath
sudo service nginx stop