mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-22 21:40:42 +00:00
Silence apt-get install
This commit is contained in:
parent
f3f385fd5e
commit
810ad9d3fb
@ -64,5 +64,5 @@ done
|
|||||||
export APT_CACHE_DIR="${PWD}/apt-cache"
|
export APT_CACHE_DIR="${PWD}/apt-cache"
|
||||||
set -x
|
set -x
|
||||||
mkdir -pv "$APT_CACHE_DIR"
|
mkdir -pv "$APT_CACHE_DIR"
|
||||||
apt-get update -yq
|
apt-get update -yqq
|
||||||
apt-get -q -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends "${deps[@]}"
|
apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends "${deps[@]}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user