From: sev Date: Wed, 3 Jan 2024 01:11:56 +0000 (-0600) Subject: abchr-newchroot: update package indexes for fetch X-Git-Url: https://git.sev.monster/abchr.git/commitdiff_plain/b8ed5855b090bf0783d3d9d504786b97062204d7?hp=fd849742d765091aa70f531d32d0f1b21a1b8b37 abchr-newchroot: update package indexes for fetch --- 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"