summaryrefslogtreecommitdiff
path: root/pages/linux/en.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/linux/en.md')
-rw-r--r--pages/linux/en.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/pages/linux/en.md b/pages/linux/en.md
index 111b8ad..4a9b4c7 100644
--- a/pages/linux/en.md
+++ b/pages/linux/en.md
@@ -20,11 +20,21 @@ This is the recommended method of installing Bitmask. If installed as a package,
### Debian 7.0 (Wheezy)
-<%= render({:partial => 'via_packages'}, {:distro => 'wheezy'}) %>
+For wheezy, you must have `wheezy-backports` enabled as a software source in `/etc/apt/sources.list`. For example:
+
+ deb http://ftp.debian.org/debian wheezy-backports main contrib non-free
+
+Or, if you have faith in shell:
+
+ grep wheezy-backports /etc/apt/sources.list || grep "^deb .*debian\.org.*wheezy main" /etc/apt/sources.list | sed 's/wheezy/wheezy-backports/' >> /etc/apt/sources.list
+
+For instructions on adding backports via a user interface, see the [Debian backports page](https://wiki.debian.org/Backports).
+
+<%= render({:partial => 'via_packages'}, {:distro => 'wheezy', :os => 'debian'}) %>
### Debian 8.0 (Jessie)
-<%= render({:partial => 'via_packages'}, {:distro => 'jessie'}) %>
+<%= render({:partial => 'via_packages'}, {:distro => 'jessie', :os => 'debian'}) %>
## Install stand-alone bundle