From bf61b8472a2e50a740229f007513dd663b9dddda Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Sat, 20 May 2023 14:55:46 +0200 Subject: chore(archroot): force build chroot recreation to adapt new configs Bumping the chroot version will result in the chroots checking against the local version and force recreation in case they do not match. Signed-off-by: Levente Polyak --- src/lib/archroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/archroot.sh b/src/lib/archroot.sh index 3f48dc1..8386c6c 100644 --- a/src/lib/archroot.sh +++ b/src/lib/archroot.sh @@ -4,7 +4,7 @@ : # shellcheck disable=2034 -CHROOT_VERSION='v4' +CHROOT_VERSION='v5' ## # usage : check_root $keepenv -- cgit v1.2.3-54-g00ecf