]> git.sev.monster Git - abchr.git/commitdiff
abchr-newchroot: update package indexes for fetch
authorsev <git@sev.monster>
Wed, 3 Jan 2024 01:11:56 +0000 (19:11 -0600)
committersev <git@sev.monster>
Wed, 3 Jan 2024 01:11:56 +0000 (19:11 -0600)
abchr-newchroot

index 2879594a3b5f08d7186101cf518ecb3722c713c7..7bffa9cda3177e34dd12b162dc4cd33264f65c23 100755 (executable)
@@ -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"
This page took 0.047244 seconds and 4 git commands to generate.