scripts/04_install_qubes.sh: use r4.2 by default

This commit is contained in:
Antoine Martin 2024-02-08 11:09:50 -05:00
parent da69f4f181
commit 210cf9f56b
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -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