Change reboot instruction

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

View file

@ -9,7 +9,7 @@ To connect to your AlgoVPN using [WireGuard](https://www.wireguard.com) from Ubu
sudo apt update && sudo apt upgrade
# If the file /var/run/reboot-required exists then reboot:
sudo reboot
[ -e /var/run/reboot-required ] && sudo reboot
# Install WireGuard:
sudo apt install wireguard openresolv