Updated Home (markdown)

redfast00 2017-06-29 17:56:40 +02:00
parent de898cb732
commit d8568861a1

10
Home.md

@ -15,11 +15,11 @@ 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:
**wheezy** (Debian 7.x)
**jessie** (Debian 8.x)
**precise** (Ubuntu 12.04)
**trusty** (Ubuntu 14.04)
**xenial** (Ubuntu 16.04)
- **wheezy** (Debian 7.x)
- **jessie** (Debian 8.x)
- **precise** (Ubuntu 12.04)
- **trusty** (Ubuntu 14.04)
- **xenial** (Ubuntu 16.04)
More information can be found here: <https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos>