scripts: README: feat: Add wireguard-install

This commit is contained in:
PorridgePi
2022-09-29 04:42:11 +01:00
parent e70c613cea
commit 794f14dfcf

View File

@@ -8,3 +8,10 @@
curl -fsSL https://get.docker.com -o $HOME/bin/external/get-docker.sh curl -fsSL https://get.docker.com -o $HOME/bin/external/get-docker.sh
sh get-docker.sh sh get-docker.sh
``` ```
### [wireguard-install](https://github.com/Nyr/wireguard-install)
```sh
curl -fsSL https://git.io/wireguard -o $HOME/bin/external/wireguard-install.sh
bash $HOME/bin/external/wireguard-install.sh
```