mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-31 18:03:03 +02:00
Change reboot instruction
This commit is contained in:
parent
669a1d51db
commit
191a1558f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue