10 lines
166 B
Bash
10 lines
166 B
Bash
# Mac Wireguard Installation
|
|
|
|
wireguardzip=""
|
|
|
|
curl -s $wireguardzip
|
|
|
|
unzip WireGuard.app.zip -d /Applications/
|
|
|
|
sudo chown -R root:wheel /Applications/WireGuard.app
|