Skip to content

Commit 8778bcf

Browse files
committed
use 7zr instead of 7z
1 parent 2af1f07 commit 8778bcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ pubkey=$(privkey).pub
2424

2525

2626
# Test for dependencies. Not sure if this is the right way to handle them.
27-
.PHONY: sshpass unzip 7z wget qemu-img qemu-system-x86_64
27+
.PHONY: sshpass unzip 7zr wget qemu-img qemu-system-x86_64
2828
sshpass:
2929
@which $@ > /dev/null || bash -c 'echo "$@ not found, please install it" && false'
3030
unzip:
3131
@which $@ > /dev/null || bash -c 'echo "$@ not found, please install it" && false'
32-
7z:
32+
7zr:
3333
@which $@ > /dev/null || bash -c 'echo "$@ not found, please install it" && false'
3434
wget:
3535
@which $@ > /dev/null || bash -c 'echo "$@ not found, please install it" && false'
@@ -83,8 +83,8 @@ $t:
8383
$t/helper.qcow2: | $t qemu-img
8484
qemu-img create -f qcow2 $@ 1G
8585

86-
$t/vm_default_host_key.pub: $d/win10.vmdk | $t 7z
87-
7z e -so $^ 'Program Files/OpenSSH/etc/ssh_host_ecdsa_key.pub' > $@
86+
$t/vm_default_host_key.pub: $d/win10.vmdk | $t 7zr
87+
7zr e -so $^ 'Program Files/OpenSSH/etc/ssh_host_ecdsa_key.pub' > $@
8888

8989

9090
# Initial preparations in the VM. Includes changing hostname, username, password, disabling updates and installing viostor drivers

0 commit comments

Comments
 (0)