diff options
author | Varac <varac@leap.se> | 2018-03-20 20:14:13 +0100 |
---|---|---|
committer | Varac <varac@leap.se> | 2018-03-20 20:14:13 +0100 |
commit | 7dee6a47d19a23fc226a79e4087d820d31314a94 (patch) | |
tree | 9603302b576579c43764b39f3f3f267ca0681444 /public/linux/index.en.html | |
parent | 2c4be0b7814d0000271644ff12d3429392de755a (diff) |
Emphasized headings
Diffstat (limited to 'public/linux/index.en.html')
-rw-r--r-- | public/linux/index.en.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/linux/index.en.html b/public/linux/index.en.html index 1626578..14a6315 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -31,7 +31,7 @@ Bitmask Downloads <h1><a name="debianubuntu"></a>Debian/Ubuntu</h1> -<p>For Debian jessie and Ubuntu Artful:</p> +<h2><a name="for-debian-jessie-and-ubuntu-artful"></a>For Debian jessie and Ubuntu Artful:</h2> <pre><code>sudo apt install lsb-release curl sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" > /etc/apt/sources.list.d/bitmask.list' @@ -39,7 +39,7 @@ curl https://downloads.leap.se/platform/leap-archive-signing-keys.asc | sudo apt sudo apt update && sudo apt install bitmask </code></pre> -<p>For Debian testing and Ubuntu Bionic:</p> +<h2><a name="for-debian-testing-and-ubuntu-bionic"></a>For Debian testing and Ubuntu Bionic:</h2> <pre><code>sudo apt install leap-archive-keyring lsb-release sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" > /etc/apt/sources.list.d/bitmask.list' |