Added Wireguard APP for Mac and first iteration of an installer script

This commit is contained in:
Pakobbix 2023-03-02 13:49:18 +01:00
parent 8f0477a481
commit b95a4cb4c2
2 changed files with 9 additions and 0 deletions

BIN
Wireguard.app.zip Normal file

Binary file not shown.

9
wiremac.sh Normal file
View File

@ -0,0 +1,9 @@
# Mac Wireguard Installation
wireguardzip=""
curl -s $wireguardzip
unzip WireGuard.app.zip -d /Applications/
sudo chown -R root:wheel /Applications/WireGuard.app