commit 5b3f5e9b19ca414f04be3d5ea58d0941f9d94070 parent 9dd4e5e09cffce33a2c620513dfc229a53b155e2 Author: ccx <ccx@te2000.cz> Date: Fri, 15 Mar 2024 12:30:29 +0000 WIP Gentoo container Diffstat:
M | zsh-functions/confz_containers_init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -1299,7 +1299,7 @@ confz_container_gentoo_from_snapshot_check() { esac defvar alpine_arch ${vars[system]%-*} - unify url $vars[mirror]/releases/${vars[build]%%-*}/autobuilds/$vars[build]/stage3-${vars[system]}-${vars[build]}.tar.xz + unify url $vars[mirror]/releases/${vars[system]%%-*}/autobuilds/$vars[build]/stage3-${vars[system]}-${vars[build]}.tar.xz (($+vars[checksum])) || die "No stored checksum for $url"