2
0
mirror of https://github.com/pirate/wireguard-docs synced 2024-11-17 03:25:48 +00:00
wireguard-docs/full-example/laptop/setup.sh

10 lines
181 B
Bash
Raw Normal View History

2019-05-28 09:33:04 +00:00
#!/bin/bash
# install wireguard on Ubuntu
#add-apt-repository ppa:wireguard/wireguard
#apt update
#apt install wireguard
# install wireguard on macOS
brew install wireguard-tools