mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 16:29:55 +00:00
make sure we are using our latest libs from daily or staging if doing a transition
This commit is contained in:
parent
97009f1e23
commit
6e530ebd65
1 changed files with 2 additions and 0 deletions
|
@ -122,4 +122,6 @@ mkdir -pv "$APT_CACHE_DIR"
|
|||
apt-get update -yqq
|
||||
apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends software-properties-common gnupg >/dev/null
|
||||
add-apt-repository -y ppa:openmw/openmw
|
||||
add-apt-repository -y ppa:openmw/openmw-daily
|
||||
add-apt-repository -y ppa:openmw/staging
|
||||
apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends "${deps[@]}" >/dev/null
|
||||
|
|
Loading…
Reference in a new issue