diff options
Diffstat (limited to 'vmtest/test.sh')
| -rwxr-xr-x | vmtest/test.sh | 2 |
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 |
