From 794f14dfcf44705ebe4497b37d60bf57d9113910 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Thu, 29 Sep 2022 04:42:11 +0100 Subject: [PATCH] scripts: README: feat: Add wireguard-install --- bin/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/README.md b/bin/README.md index 0436484..3828e4a 100644 --- a/bin/README.md +++ b/bin/README.md @@ -8,3 +8,10 @@ curl -fsSL https://get.docker.com -o $HOME/bin/external/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 +```