mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
github: Use more verbose output for apt-get calls
With -qq we don't see any detailed error messages.
This commit is contained in:
parent
6928709886
commit
55a660d9f7
@ -467,8 +467,8 @@ case "$1" in
|
||||
deps)
|
||||
case "$OS_NAME" in
|
||||
linux)
|
||||
sudo apt-get update -qq && \
|
||||
sudo apt-get install -qq bison flex gperf gettext $DEPS
|
||||
sudo apt-get update -y && \
|
||||
sudo apt-get install -y bison flex gperf gettext $DEPS
|
||||
;;
|
||||
alpine)
|
||||
apk add --no-cache build-base automake autoconf libtool pkgconfig && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user