mirror of
https://github.com/pirate/wireguard-docs.git
synced 2025-10-03 22:36:17 +00:00
move examples to folders
This commit is contained in:
9
example-simple-client-to-server/client/setup.sh
Normal file
9
example-simple-client-to-server/client/setup.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
Reference in New Issue
Block a user