mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
Fix paths in run-vm.sh
This commit is contained in:
parent
47d6eb0d8b
commit
ebf06d702b
2 changed files with 5 additions and 2 deletions
|
@ -21,3 +21,6 @@ This takes awhile to run. It:
|
||||||
```sh
|
```sh
|
||||||
./run-vm.sh
|
./run-vm.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# How the VM works
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ROOT=$(pwd)/vm
|
ROOT=$(pwd)/vm
|
||||||
HYPERKIT=/Applications/Docker.app/Contents/Resources/bin/com.docker.hyperkit
|
HYPERKIT=$(pwd)/../share/bin/hyperkit
|
||||||
VPNKIT=/Applications/Docker.app/Contents/Resources/bin/com.docker.vpnkit
|
VPNKIT=$(pwd)/../share/bin/vpnkit
|
||||||
|
|
||||||
SSHD_PORT=4445
|
SSHD_PORT=4445
|
||||||
SSHD_TUNNEL_PORT=4446
|
SSHD_TUNNEL_PORT=4446
|
||||||
|
|
Loading…
Reference in a new issue