mirror of
https://github.com/pirate/wireguard-docs.git
synced 2025-10-04 06:46:17 +00:00
move examples to folders
This commit is contained in:
9
example-full/home-server/setup.sh
Normal file
9
example-full/home-server/setup.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# install wireguard on FreeBSD
|
||||
pkg install wireguard
|
||||
|
||||
# install wireguard on Ubuntu
|
||||
#add-apt-repository ppa:wireguard/wireguard
|
||||
#apt update
|
||||
#apt install wireguard
|
Reference in New Issue
Block a user