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.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/pages/linux/en.md b/pages/linux/en.md
index e96a17a..aecd09d 100644
--- a/pages/linux/en.md
+++ b/pages/linux/en.md
@@ -20,12 +20,7 @@ This is the recommended method of installing Bitmask. If installed as a package,
### Debian 7.0 (Wheezy)
-For wheezy, you must have `wheezy-backports` enabled as a software source in `/etc/apt/sources.list`. If you don't have backports enabled, you can add it like so:
-
- sudo apt-get install python-software-properties
- sudo add-apt-repository 'deb http://http.debian.net/debian wheezy-backports main'
-
-For instructions on adding backports via a user interface, see the [Debian backports page](https://wiki.debian.org/Backports).
+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'}) %>