diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-07 16:46:48 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-07 16:55:21 +0100 |
commit | 89f1ca37bcdc8f7a97bb4bc2ce3a9ab9a21fac4a (patch) | |
tree | 5ac7e0c922324f6dd5a433e58f03b6620bb4861f /docs/installing | |
parent | c711394fd62947853fdf15f7d4913b31c899c6b7 (diff) |
Add section for wheezy.
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/manual_install.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 187ba92e8..3bf241f53 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -94,6 +94,17 @@ The squeeze-backports repository is providing a more recent version of rubygems, Pin-Priority: 50 EOF +**Debian Wheezy** + + cat > /etc/apt/sources.list.d/debian-extra.list <<EOF + # Debian mirror to use, including contrib and non-free: + deb http://the.earth.li/debian/ wheezy main contrib non-free + deb-src http://the.earth.li/debian/ wheezy main contrib non-free + + # Security Updates: + deb http://security.debian.org/ wheezy/updates main non-free + deb-src http://security.debian.org/ wheezy/updates main non-free + EOF **Ubuntu Precise** |