From 669a1d51dbc0038204bdafde82fb8734fe26d402 Mon Sep 17 00:00:00 2001 From: "David E. Myers" Date: Thu, 6 Aug 2020 11:21:34 -0400 Subject: [PATCH] Add instructions to update the system --- docs/client-linux-wireguard.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/client-linux-wireguard.md b/docs/client-linux-wireguard.md index cb7ca30..ed4be38 100644 --- a/docs/client-linux-wireguard.md +++ b/docs/client-linux-wireguard.md @@ -5,6 +5,13 @@ To connect to your AlgoVPN using [WireGuard](https://www.wireguard.com) from Ubuntu, make sure your system is up-to-date then install WireGuard: ```shell +# Update your system: +sudo apt update && sudo apt upgrade + +# If the file /var/run/reboot-required exists then reboot: +sudo reboot + +# Install WireGuard: sudo apt install wireguard openresolv ```