mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +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
|
sudo apt update && sudo apt upgrade
|
||||||
|
|
||||||
# If the file /var/run/reboot-required exists then reboot:
|
# If the file /var/run/reboot-required exists then reboot:
|
||||||
sudo reboot
|
[ -e /var/run/reboot-required ] && sudo reboot
|
||||||
|
|
||||||
# Install WireGuard:
|
# Install WireGuard:
|
||||||
sudo apt install wireguard openresolv
|
sudo apt install wireguard openresolv
|
||||||
|
|
Loading…
Add table
Reference in a new issue