X-Git-Url: https://git.sev.monster/abchr.git/blobdiff_plain/9efefcc4d79e5b98b2e8beab1309406a66a215e2..refs/heads/master:/abchr-newchroot?ds=sidebyside 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"