Changes between Version 18 and Version 19 of OpenVPN3Linux


Ignore:
Timestamp:
10/18/21 15:44:42 (3 years ago)
Author:
flichtenheld
Comment:

Do not use lsb_release -cs

Legend:

Unmodified
Added
Removed
Modified
  • OpenVPN3Linux

    v18 v19  
    2222   # curl -fsSL https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub | gpg --dearmor > /etc/apt/trusted.gpg.d/openvpn-repo-pkg-keyring.gpg
    2323}}}
    24 Then you need to install the proper repository.
    25 {{{
    26    # curl -fsSL https://swupdate.openvpn.net/community/openvpn3/repos/openvpn3-$(lsb_release -cs).list >/etc/apt/sources.list.d/openvpn3.list
     24Then you need to install the proper repository. Replace $DISTRO with the release name depending on your !Debian/Ubuntu distribution.
     25{{{
     26   # curl -fsSL https://swupdate.openvpn.net/community/openvpn3/repos/openvpn3-${DISTRO}.list >/etc/apt/sources.list.d/openvpn3.list
    2727   # apt update
    2828}}}
    2929Supported distributions:
    30 ||= **Distribution** =||= **Release** =||= **Release name** =||= Architecture =||=  DCO support =||
     30||= **Distribution** =||= **Release** =||= **Release name** ($DISTRO) =||= Architecture =||=  DCO support =||
    3131|| Debian        || 9         ||  stretch                 ||   amd64           ||  -         ||
    3232|| Debian        || 10        ||  buster                  ||   amd64, arm64*   ||  -         ||