Changes between Version 9 and Version 10 of OpenvpnSoftwareRepos


Ignore:
Timestamp:
11/05/13 14:09:45 (10 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenvpnSoftwareRepos

    v9 v10  
    2020}}}
    2121
    22 Next you need to create a source.list fragment so that apt can find the new OpenVPN packages:
     22Next you need to create a source.list fragment (as root) so that apt can find the new OpenVPN packages:
    2323
    2424{{{
    25 $ cd /etc/apt/sources.list.d
    26 $ nano swupdate.openvpn.net.list
    27 }}}
    28 
    29 The contents of the ''swupdate.openvpn.net.list'' file should be
    30 
    31 {{{
    32 deb http://swupdate.openvpn.net/apt <oscodename> main
     25$ echo "deb http://swupdate.openvpn.net/apt <oscodename> main" > swupdate.openvpn.net.list
    3326}}}
    3427