]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Use more verbose output for apt-get calls
authorTobias Brunner <tobias@strongswan.org>
Thu, 5 Sep 2024 08:46:39 +0000 (10:46 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 5 Sep 2024 08:59:20 +0000 (10:59 +0200)
With -qq we don't see any detailed error messages.

scripts/test.sh

index 2ba4503e196ac9b6e110a51e312656da0b5fd180..0d93c3cd9edb01a6b90f1f4abe07e55e4b19879c 100755 (executable)
@@ -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 && \