scripts/04_install_qubes.sh: use r4.2 by default
This commit is contained in:
parent
da69f4f181
commit
210cf9f56b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ APKTOOLS_CACHE_DIR="${CACHEDIR}/apk_cache"
|
|||
ALPINELINUX_VERSION=${DIST_VER:-latest-stable}
|
||||
QUBESALPINE_MIRROR="${QUBESALPINE_MIRROR:-https://lab.ilot.io/ayakael/repo-apk/-/raw}"
|
||||
QUBESALPINE_KEYFILE="${QUBESALPINE_KEYFILE:-antoine.martin@protonmail.com-5b3109ad.rsa.pub}"
|
||||
QUBES_REL="${QUBES_REL:-r4.1}"
|
||||
QUBES_REL="${QUBES_REL:-r4.2}"
|
||||
export APK_CACHE_DIR
|
||||
|
||||
set -e
|
||||
|
|
Loading…
Reference in a new issue