Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitmask_help
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
anarcat
bitmask_help
Commits
96b199b7
Unverified
Commit
96b199b7
authored
6 years ago
by
kwadronaut
Browse files
Options
Downloads
Patches
Plain Diff
sync with dl_bitmask
parent
2cb2a478
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pages/install/linux/debs/en.md
+1
-1
1 addition, 1 deletion
pages/install/linux/debs/en.md
pages/install/linux/en.md
+20
-16
20 additions, 16 deletions
pages/install/linux/en.md
with
21 additions
and
17 deletions
pages/install/linux/debs/en.md
+
1
−
1
View file @
96b199b7
...
...
@@ -4,7 +4,7 @@
# Supported distributions
We provide packages for
**ubuntu**
``Bionic``
(18.04),
``Artful``
(17.10),
**debian**
``Stretch``
(
*stable*
) and
``Buster``
(
*testing*
).
We provide packages for
**ubuntu**
``Bionic``
(18.04),
**debian**
``Stretch``
(
*stable*
) and
``Buster``
(
*testing*
).
Try the [[ standalone bundles => /en/install/linux/#standalone-bundles ]] if your distribution is not there.
Please refer to the [[ linux installation docs => /en/install/linux#Debian/Ubuntu ]] how to install the debian packages for your distribution.
...
...
This diff is collapsed.
Click to expand it.
pages/install/linux/en.md
+
20
−
16
View file @
96b199b7
@title = 'Bitmask for GNU/Linux. Version 0.10.
0
'
@title = 'Bitmask for GNU/Linux. Version 0.10.
7
'
@nav_title = 'Linux'
@this.toc = false
...
...
@@ -11,25 +11,13 @@ The [[signature => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-la
# Debian/Ubuntu
## For Ubuntu stable (17.10, Artful):
```
sudo apt install wget
sudo sh -c 'echo "deb http://deb.leap.se/client release artful" > /etc/apt/sources.list.d/bitmask.list'
wget https://downloads.leap.se/platform/leap-archive-signing-keys.asc -O /tmp/leap-archive-signing-keys.asc
sha256sum /tmp/leap-archive-signing-keys.asc
## For Ubuntu Bionic Beaver (18.04) and Debian testing (buster):
```
The latest command will output a checksum that you need to compare with this one:
`940aed61f2bd9db8246c4855a2239a7ed5b847894de89e25bebb163055f85da9`
Please
*only*
proceed if the checksums are identical !
```
sudo apt-key add /tmp/leap-archive-signing-keys.asc
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
```
## For Debian stable (9.0, Stretch):
You need to enable
`stretch-backports`
to install the latest
`leap-archive-keyring`
package (skip this step
...
...
@@ -45,6 +33,22 @@ sudo sh -c 'echo "deb http://deb.leap.se/client release stretch" > /etc/apt/sour
sudo apt update && sudo apt install bitmask
```
## For Ubuntu oldstable (17.10, Artful):
```
sudo apt install wget
sudo sh -c 'echo "deb http://deb.leap.se/client release artful" > /etc/apt/sources.list.d/bitmask.list'
wget https://downloads.leap.se/platform/leap-archive-signing-keys.asc -O /tmp/leap-archive-signing-keys.asc
sha256sum /tmp/leap-archive-signing-keys.asc
```
The latest command will output a checksum that you need to compare with this one:
`940aed61f2bd9db8246c4855a2239a7ed5b847894de89e25bebb163055f85da9`
Please
*only*
proceed if the checksums are identical !
```
sudo apt-key add /tmp/leap-archive-signing-keys.asc
sudo apt update && sudo apt install bitmask
```
Read more about [[ our different repositories => debs ]] for deb packages.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment