summaryrefslogtreecommitdiff
path: root/vmtest/test.sh
diff options
context:
space:
mode:
authortuturuu <zedddiezxc@gmail.com>2026-01-12 14:12:54 +0100
committertuturuu <zedddiezxc@gmail.com>2026-01-12 14:12:54 +0100
commit6489496b0834352e91e05adfb48cf7a2deea3cac (patch)
tree75fad862fa6e652b881eb491fe77b17f72bf18df /vmtest/test.sh
parentbad14378337a91ad7c87c8a249c6bb054a09efeb (diff)
fix alpine build link in vmtest
Diffstat (limited to 'vmtest/test.sh')
-rwxr-xr-xvmtest/test.sh2
1 files changed, 1 insertions, 1 deletions
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