From 0dc37aaa0b8bd8f946e2955029f0be03ed23277e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 9 Aug 2021 08:40:12 +0200 Subject: [PATCH] bump release name --- usr/bin/archboot-x86_64-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-x86_64-iso.sh b/usr/bin/archboot-x86_64-iso.sh index fb0d67671..bc99e1ef3 100755 --- a/usr/bin/archboot-x86_64-iso.sh +++ b/usr/bin/archboot-x86_64-iso.sh @@ -74,7 +74,7 @@ fi # set defaults, if nothing given [[ -z "${KERNEL}" ]] && KERNEL="$(uname -r)" -[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k20-R2" +[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k21-R1" [[ -z "${IMAGENAME}" ]] && IMAGENAME="Archlinux-$(date +%Y.%m)" if [[ "${_DO_x86_64}" == "1" ]]; then