summaryrefslogtreecommitdiff
path: root/pages/linux
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-19 11:05:19 -0700
committerelijah <elijah@riseup.net>2014-08-19 11:05:19 -0700
commitacad5b4870cde0d1f1565e7e533da7bb634639ef (patch)
tree1e78ad2274b0dba605e02b3a4705961014c9a21d /pages/linux
parent56ca99f1dd4a9fbef87c376e0c91f92ff0fda711 (diff)
remove backports for debian stable
Diffstat (limited to 'pages/linux')
-rw-r--r--pages/linux/_via_packages.html.haml21
-rw-r--r--pages/linux/en.md2
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)