diff options
Diffstat (limited to 'public/linux/index.es.html')
-rw-r--r-- | public/linux/index.es.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/linux/index.es.html b/public/linux/index.es.html index eb2eb50..ad88452 100644 --- a/public/linux/index.es.html +++ b/public/linux/index.es.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' |