From 2c4be0b7814d0000271644ff12d3429392de755a Mon Sep 17 00:00:00 2001 From: Varac Date: Tue, 20 Mar 2018 20:12:25 +0100 Subject: Polish installation docs --- public/linux/debs/index.en.html | 11 +++-------- public/linux/debs/index.es.html | 11 +++-------- public/linux/debs/index.pt.html | 11 +++-------- public/linux/debs/index.ru.html | 11 +++-------- public/linux/index.en.html | 18 ++++++++++++++---- public/linux/index.es.html | 18 ++++++++++++++---- public/linux/index.pt.html | 18 ++++++++++++++---- 7 files changed, 54 insertions(+), 44 deletions(-) (limited to 'public') diff --git a/public/linux/debs/index.en.html b/public/linux/debs/index.en.html index 7f4c904..96be802 100644 --- a/public/linux/debs/index.en.html +++ b/public/linux/debs/index.en.html @@ -19,15 +19,10 @@ Bitmask Downloads

Supported distributions

-

We provide packages for ubuntu zesty (17.04), debian stretch (stable) and buster (testing). +

We provide packages for ubuntu Artful (17.10), debian Stretch (stable) and Buster (testing). Try the standalone bundles if your distribution is not there.

-

Change stretch in the following instructions for the one you are using:

- -
sudo apt install leap-archive-keyring
-sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sources.list.d/bitmask.list'
-sudo apt update && sudo apt install bitmask
-
+

Please refer to the linux installation docs how to install the debian packages for your distribution.

Release, staging, or master?

@@ -49,7 +44,7 @@ deb http://deb.leap.se/client staging stretch

If you want to remove bitmask from your system:

sudo -s
-apt remove bitmask leap-archive-keyring
+apt remove --purge bitmask leap-archive-keyring
 rm /etc/apt/sources.list.d/bitmask.list
 
diff --git a/public/linux/debs/index.es.html b/public/linux/debs/index.es.html index a520a7f..bf2b2f3 100644 --- a/public/linux/debs/index.es.html +++ b/public/linux/debs/index.es.html @@ -19,15 +19,10 @@ Bitmask Downloads

Supported distributions

-

We provide packages for ubuntu zesty (17.04), debian stretch (stable) and buster (testing). +

We provide packages for ubuntu Artful (17.10), debian Stretch (stable) and Buster (testing). Try the standalone bundles if your distribution is not there.

-

Change stretch in the following instructions for the one you are using:

- -
sudo apt install leap-archive-keyring
-sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sources.list.d/bitmask.list'
-sudo apt update && sudo apt install bitmask
-
+

Please refer to the linux installation docs how to install the debian packages for your distribution.

Release, staging, or master?

@@ -49,7 +44,7 @@ deb http://deb.leap.se/client staging stretch

If you want to remove bitmask from your system:

sudo -s
-apt remove bitmask leap-archive-keyring
+apt remove --purge bitmask leap-archive-keyring
 rm /etc/apt/sources.list.d/bitmask.list
 
diff --git a/public/linux/debs/index.pt.html b/public/linux/debs/index.pt.html index 3f450a0..2caeef9 100644 --- a/public/linux/debs/index.pt.html +++ b/public/linux/debs/index.pt.html @@ -19,15 +19,10 @@ Bitmask Downloads

Supported distributions

-

We provide packages for ubuntu zesty (17.04), debian stretch (stable) and buster (testing). +

We provide packages for ubuntu Artful (17.10), debian Stretch (stable) and Buster (testing). Try the standalone bundles if your distribution is not there.

-

Change stretch in the following instructions for the one you are using:

- -
sudo apt install leap-archive-keyring
-sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sources.list.d/bitmask.list'
-sudo apt update && sudo apt install bitmask
-
+

Please refer to the linux installation docs how to install the debian packages for your distribution.

Release, staging, or master?

@@ -49,7 +44,7 @@ deb http://deb.leap.se/client staging stretch

If you want to remove bitmask from your system:

sudo -s
-apt remove bitmask leap-archive-keyring
+apt remove --purge bitmask leap-archive-keyring
 rm /etc/apt/sources.list.d/bitmask.list
 
diff --git a/public/linux/debs/index.ru.html b/public/linux/debs/index.ru.html index 32d7d02..172efa7 100644 --- a/public/linux/debs/index.ru.html +++ b/public/linux/debs/index.ru.html @@ -19,15 +19,10 @@ Bitmask debian/ubuntu repositories - Скачать Bitmask

Supported distributions

-

We provide packages for ubuntu zesty (17.04), debian stretch (stable) and buster (testing). +

We provide packages for ubuntu Artful (17.10), debian Stretch (stable) and Buster (testing). Try the standalone bundles if your distribution is not there.

-

Change stretch in the following instructions for the one you are using:

- -
sudo apt install leap-archive-keyring
-sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sources.list.d/bitmask.list'
-sudo apt update && sudo apt install bitmask
-
+

Please refer to the linux installation docs how to install the debian packages for your distribution.

Release, staging, or master?

@@ -49,7 +44,7 @@ deb http://deb.leap.se/client staging stretch

If you want to remove bitmask from your system:

sudo -s
-apt remove bitmask leap-archive-keyring
+apt remove --purge bitmask leap-archive-keyring
 rm /etc/apt/sources.list.d/bitmask.list
 
diff --git a/public/linux/index.en.html b/public/linux/index.en.html index 6f6f7a1..1626578 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -29,14 +29,24 @@ Bitmask Downloads

If you want to try the latest code, you can download the latest bundle that is built automatically for every change.

-

Debian/ubuntu

+

Debian/Ubuntu

-
sudo apt install leap-archive-keyring
-sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sources.list.d/bitmask.list'
+

For Debian jessie and Ubuntu Artful:

+ +
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'
+curl https://downloads.leap.se/platform/leap-archive-signing-keys.asc | sudo apt-key add -
+sudo apt update && sudo apt install bitmask
+
+ +

For Debian testing and Ubuntu Bionic:

+ +
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'
 sudo apt update && sudo apt install bitmask
 
-

Change stretch for zesty or buster, according to your distro. Read more about our different repositories for deb packages.

+

Read more about our different repositories for deb packages.

Other

diff --git a/public/linux/index.es.html b/public/linux/index.es.html index 7e2e067..eb2eb50 100644 --- a/public/linux/index.es.html +++ b/public/linux/index.es.html @@ -29,14 +29,24 @@ Bitmask Downloads

If you want to try the latest code, you can download the latest bundle that is built automatically for every change.

-

Debian/ubuntu

+

Debian/Ubuntu

-
sudo apt install leap-archive-keyring
-sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sources.list.d/bitmask.list'
+

For Debian jessie and Ubuntu Artful:

+ +
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'
+curl https://downloads.leap.se/platform/leap-archive-signing-keys.asc | sudo apt-key add -
+sudo apt update && sudo apt install bitmask
+
+ +

For Debian testing and Ubuntu Bionic:

+ +
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'
 sudo apt update && sudo apt install bitmask
 
-

Change stretch for zesty or buster, according to your distro. Read more about our different repositories for deb packages.

+

Read more about our different repositories for deb packages.

Other

diff --git a/public/linux/index.pt.html b/public/linux/index.pt.html index 4b0ffe9..3b70b77 100644 --- a/public/linux/index.pt.html +++ b/public/linux/index.pt.html @@ -29,14 +29,24 @@ Bitmask Downloads

If you want to try the latest code, you can download the latest bundle that is built automatically for every change.

-

Debian/ubuntu

+

Debian/Ubuntu

-
sudo apt install leap-archive-keyring
-sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sources.list.d/bitmask.list'
+

For Debian jessie and Ubuntu Artful:

+ +
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'
+curl https://downloads.leap.se/platform/leap-archive-signing-keys.asc | sudo apt-key add -
+sudo apt update && sudo apt install bitmask
+
+ +

For Debian testing and Ubuntu Bionic:

+ +
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'
 sudo apt update && sudo apt install bitmask
 
-

Change stretch for zesty or buster, according to your distro. Read more about our different repositories for deb packages.

+

Read more about our different repositories for deb packages.

Other

-- cgit v1.2.3