diff options
author | elijah <elijah@riseup.net> | 2014-08-19 11:06:14 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-08-19 11:06:14 -0700 |
commit | 4dd6df616ea8378563ff26d19a6bf5cdbc7f441a (patch) | |
tree | 77260d615c9b4c9372298289d0affcf1222e3ea5 /public/linux | |
parent | acad5b4870cde0d1f1565e7e533da7bb634639ef (diff) |
rebuild
Diffstat (limited to 'public/linux')
-rw-r--r-- | public/linux/index.en.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/linux/index.en.html b/public/linux/index.en.html index 6856af0..fd46e09 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -86,12 +86,10 @@ Bitmask Downloads <h3><a name="debian-70-wheezy"></a>Debian 7.0 (Wheezy)</h3> -<p>Note: for wheezy, these instructions will enable <code>wheezy-backports</code>, causing your computer to install more up-to-date versions of many packages. For more information, see the <a href="https://wiki.debian.org/Backports">Debian backports page</a>.</p> - <p><p class='b'> To install </p> -<pre>sudo -s
echo "deb http://deb.bitmask.net/debian wheezy 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</pre> +<pre>sudo -s
echo "deb http://deb.bitmask.net/debian wheezy 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
</pre> <p class='b'> To remove </p> |