move examples to folders

This commit is contained in:
Nick Sweeting
2019-06-24 05:43:36 -04:00
parent 889d8a29cf
commit 9ec86c0e0f
110 changed files with 855 additions and 325 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
# install wireguard
add-apt-repository ppa:wireguard/wireguard
apt update
apt install wireguard