From b8ed5855b090bf0783d3d9d504786b97062204d7 Mon Sep 17 00:00:00 2001 From: sev Date: Tue, 2 Jan 2024 19:11:56 -0600 Subject: [PATCH] abchr-newchroot: update package indexes for fetch --- abchr-newchroot | 1 + 1 file changed, 1 insertion(+) diff --git a/abchr-newchroot b/abchr-newchroot index 2879594..7bffa9c 100755 --- a/abchr-newchroot +++ b/abchr-newchroot @@ -5,6 +5,7 @@ set -e [ "z$1" = z ] && return 1 mirror=https://dl-cdn.alpinelinux.org/alpine/edge arch="${ABCHR_ARCH:-x86_64}" +apk update apk="apk-tools-static-$(apk info apk-tools-static | awk '{if (NR==1) {print substr($1,18)}}').apk" dir="$(dirname "$0")/../alpine" -- 2.47.0