mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
Updated Home (markdown)
parent
36f9de9efb
commit
de898cb732
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -7,11 +7,11 @@ Can install from test branch via
|
|||
|
||||
## Updating OpenVPN to newer version
|
||||
|
||||
If you installed an earlier version of pivpn and wish to update OpenVPN to a newer version ( > 2.4.3 ) just do the following stepes:
|
||||
If you installed an earlier version of pivpn and wish to update OpenVPN to a newer version (> 2.4.3) just do the following steps:
|
||||
|
||||
```
|
||||
sudo -s
|
||||
wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add -
|
||||
wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add -
|
||||
echo "deb http://build.openvpn.net/debian/openvpn/stable [osrelease] main" > /etc/apt/sources.list.d/openvpn-aptrepo.list
|
||||
```
|
||||
where [osrelease] should be replaced with:
|
||||
|
|
Loading…
Reference in a new issue