1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-14 21:39:41 +00:00

Silence apt-get install

This commit is contained in:
jvoisin 2021-12-09 20:05:33 +01:00
parent f3f385fd5e
commit 810ad9d3fb

View file

@ -64,5 +64,5 @@ done
export APT_CACHE_DIR="${PWD}/apt-cache"
set -x
mkdir -pv "$APT_CACHE_DIR"
apt-get update -yq
apt-get -q -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends "${deps[@]}"
apt-get update -yqq
apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends "${deps[@]}"