github: Use more verbose output for apt-get calls
With -qq we don't see any detailed error messages.
This commit is contained in:
+2
-2
@@ -467,8 +467,8 @@ case "$1" in
|
|||||||
deps)
|
deps)
|
||||||
case "$OS_NAME" in
|
case "$OS_NAME" in
|
||||||
linux)
|
linux)
|
||||||
sudo apt-get update -qq && \
|
sudo apt-get update -y && \
|
||||||
sudo apt-get install -qq bison flex gperf gettext $DEPS
|
sudo apt-get install -y bison flex gperf gettext $DEPS
|
||||||
;;
|
;;
|
||||||
alpine)
|
alpine)
|
||||||
apk add --no-cache build-base automake autoconf libtool pkgconfig && \
|
apk add --no-cache build-base automake autoconf libtool pkgconfig && \
|
||||||
|
|||||||
Reference in New Issue
Block a user