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:
parent
f3f385fd5e
commit
810ad9d3fb
1 changed files with 2 additions and 2 deletions
|
@ -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[@]}"
|
||||
|
|
Loading…
Reference in a new issue