diff options
Diffstat (limited to 'pages/linux')
-rw-r--r-- | pages/linux/_via_packages.html.haml | 21 | ||||
-rw-r--r-- | pages/linux/en.md | 2 |
2 files changed, 6 insertions, 17 deletions
diff --git a/pages/linux/_via_packages.html.haml b/pages/linux/_via_packages.html.haml index 23243a4..340a19e 100644 --- a/pages/linux/_via_packages.html.haml +++ b/pages/linux/_via_packages.html.haml @@ -4,21 +4,12 @@ To install %pre - - if @locals[:distro] == 'wheezy' - :preserve - sudo -s - echo "deb http://deb.bitmask.net/debian #{@locals[:distro]} main" > /etc/apt/sources.list.d/bitmask.list - echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list.d/bitmask.list - wget -O- https://dl.bitmask.net/apt.key | apt-key add - - apt-get update - apt-get install bitmask leap-keyring - - else - :preserve - sudo -s - echo "deb http://deb.bitmask.net/debian #{@locals[:distro]} main" > /etc/apt/sources.list.d/bitmask.list - wget -O- https://dl.bitmask.net/apt.key | apt-key add - - apt-get update - apt-get install bitmask leap-keyring + :preserve + sudo -s + echo "deb http://deb.bitmask.net/debian #{@locals[:distro]} main" > /etc/apt/sources.list.d/bitmask.list + wget -O- https://dl.bitmask.net/apt.key | apt-key add - + apt-get update + apt-get install bitmask leap-keyring %p.b To remove diff --git a/pages/linux/en.md b/pages/linux/en.md index 7b1ab9b..e123d65 100644 --- a/pages/linux/en.md +++ b/pages/linux/en.md @@ -13,8 +13,6 @@ This is the recommended method of installing Bitmask. If installed as a package, ### Debian 7.0 (Wheezy) -Note: for wheezy, these instructions will enable `wheezy-backports`, causing your computer to install more up-to-date versions of many packages. For more information, see the [Debian backports page](https://wiki.debian.org/Backports). - <%= render({:partial => 'via_packages'}, {:distro => 'wheezy', :os => 'debian'}) %> ### Debian 8.0 (Jessie) |