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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
bitmask_help
Commits
084e9a8e
Verified
Commit
084e9a8e
authored
Mar 22, 2018
by
Varac
Browse files
Options
Downloads
Patches
Plain Diff
Synced
parent
f71dd367
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pages/install/linux/en.md
+28
-4
28 additions, 4 deletions
pages/install/linux/en.md
with
28 additions
and
4 deletions
pages/install/linux/en.md
+
28
−
4
View file @
084e9a8e
...
...
@@ -14,12 +14,36 @@ If you want to try the latest code, you can download the [[latest bundle => http
# Debian/Ubuntu
## For
Debian stable (9.0, Stretch) and
Ubuntu stable (17.10, Artful):
## For Ubuntu stable (17.10, 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 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
```
## For Debian stable (9.0, Stretch):
You need to enable
`stretch-backports`
to install the latest
`leap-archive-keyring`
package (skip this step
if you already have
`stretch-backports`
enabled):
```
sudo echo "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list
sudo apt update && sudo apt install -t stretch-backports 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
```
...
...
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