Changes between Version 32 and Version 33 of OpenVPN3Linux


Ignore:
Timestamp:
10/26/23 08:30:52 (7 months ago)
Author:
David Sommerseth
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenVPN3Linux

    v32 v33  
    5151Replace the `DISTRIBUTION` part in the command below using the release name from the table above to set up the apt source listing:
    5252{{{
    53 # echo "deb [signed-by=/etc/apt/keyrings/openvpn.asc] https://packages.openvpn.net/PROJECT/debian DISTRIBUTION main" >>/etc/apt/sources.list.d/openvpn-packages.list
     53# echo "deb [signed-by=/etc/apt/keyrings/openvpn.asc] https://packages.openvpn.net/openvpn3/debian DISTRIBUTION main" >>/etc/apt/sources.list.d/openvpn-packages.list
    5454}}}
    5555
    5656Example for Debian 12:
    5757{{{
    58 # echo "deb [signed-by=/etc/apt/keyrings/openvpn.asc] https://packages.openvpn.net/PROJECT/debian bookworm main" >>/etc/apt/sources.list.d/openvpn-packages.list
     58# echo "deb [signed-by=/etc/apt/keyrings/openvpn.asc] https://packages.openvpn.net/openvpn3/debian bookworm main" >>/etc/apt/sources.list.d/openvpn-packages.list
    5959}}}
    6060