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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user