Add instructions to update the system

This commit is contained in:
David E. Myers 2020-08-06 11:21:34 -04:00
parent bbb6feb8d3
commit 669a1d51db
No known key found for this signature in database
GPG key ID: D871FCA54815086C

View file

@ -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
```