From e5ec486bd572a08b09e7b3c3da25f1cc36e44d3d Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 14 Jul 2022 16:09:14 -0700 Subject: [PATCH] reference 22.04, add reboot step --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2829d31..754427e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A set of bash scripts for installing and managing a WireGuard VPN server. ## Download & Install -Start with basic Ubuntu 20.04 install with no extra services or packages installed. +Start with basic Ubuntu 22.04 install with no extra services or packages installed. ```bash cd /usr/local/src/ @@ -12,6 +12,7 @@ wget https://git.stack-source.com/msb/vpn-stack/archive/master.tar.gz tar zxvf master.tar.gz cd vpn-stack bash install.sh +reboot ``` ## Configure Clients