mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
4 lines
205 B
Bash
Executable file
4 lines
205 B
Bash
Executable file
#!/bin/sh
|
|
mkdir -p share/bin
|
|
cp /Applications/Docker.app/Contents/Resources/bin/com.docker.hyperkit share/bin/hyperkit
|
|
cp /Applications/Docker.app/Contents/Resources/bin/com.docker.vpnkit share/bin/vpnkit
|