mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +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
|
||||
./run-vm.sh
|
||||
```
|
||||
|
||||
# How the VM works
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
ROOT=$(pwd)/vm
|
||||
HYPERKIT=/Applications/Docker.app/Contents/Resources/bin/com.docker.hyperkit
|
||||
VPNKIT=/Applications/Docker.app/Contents/Resources/bin/com.docker.vpnkit
|
||||
HYPERKIT=$(pwd)/../share/bin/hyperkit
|
||||
VPNKIT=$(pwd)/../share/bin/vpnkit
|
||||
|
||||
SSHD_PORT=4445
|
||||
SSHD_TUNNEL_PORT=4446
|
||||
|
|
Loading…
Reference in a new issue