From 6489496b0834352e91e05adfb48cf7a2deea3cac Mon Sep 17 00:00:00 2001 From: tuturuu Date: Mon, 12 Jan 2026 14:12:54 +0100 Subject: fix alpine build link in vmtest --- vmtest/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vmtest') diff --git a/vmtest/test.sh b/vmtest/test.sh index 33f1755..f5b6024 100755 --- a/vmtest/test.sh +++ b/vmtest/test.sh @@ -8,7 +8,7 @@ MNT_DIR="mnt" # nix-shell vmtest.nix if [ ! -f alpine-make-rootfs ]; then - wget https://raw.githubusercontent.com/alpinelinux/alpine-make-rootfs/v0.8.1/alpline-make-rootfs \ + wget https://raw.githubusercontent.com/alpinelinux/alpine-make-rootfs/v0.8.1/alpine-make-rootfs \ && echo '2b21327244d2d63082dd4780e22549221e298206 alpine-make-rootfs' | sha1sum -c \ || exit 1 chmod +x alpine-make-rootfs -- cgit v1.2.3