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