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
09b32308
Commit
09b32308
authored
7 years ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
fix package instructions
parent
373cea72
No related branches found
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/_via_packages.html.haml
+6
-6
6 additions, 6 deletions
pages/install/linux/_via_packages.html.haml
with
6 additions
and
6 deletions
pages/install/linux/_via_packages.html.haml
+
6
−
6
View file @
09b32308
...
...
@@ -12,7 +12,7 @@
sudo -s
apt install leap-archive-keyring
:preserve
echo "deb http://deb.bitmask.net/
debian release
#{
@locals
[
:distro
]
}
" > /etc/apt/sources.list.d/bitmask.list
echo "deb http://deb.bitmask.net/
client
#{
@locals
[
:distro
]
}
release
" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
...
...
@@ -29,7 +29,7 @@
%pre
:preserve
sudo -s
echo "deb http://deb.bitmask.net/
debian release
#{
@locals
[
:distro
]
}
" > /etc/apt/sources.list.d/bitmask.list
echo "deb http://deb.bitmask.net/
client
#{
@locals
[
:distro
]
}
release
" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
...
...
@@ -42,7 +42,7 @@
%pre
:preserve
sudo -s
add-apt-repository "deb http://deb.bitmask.net/
debian release
#{
@locals
[
:distro
]
}
"
add-apt-repository "deb http://deb.bitmask.net/
client
#{
@locals
[
:distro
]
}
release
"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
...
...
@@ -54,15 +54,15 @@
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/
debian release
#{
@locals
[
:distro
]
}
"
add-apt-repository --remove "deb http://deb.bitmask.net/
client
#{
@locals
[
:distro
]
}
release
"
%p
.b
=
t
:upgrade_os
%pre
:preserve
sudo -s
add-apt-repository --remove "deb http://deb.bitmask.net/
debian release
#{
prior
[
@locals
[
:distro
]]
}
"
add-apt-repository "deb http://deb.bitmask.net/
debian release
#{
@locals
[
:distro
]
}
"
add-apt-repository --remove "deb http://deb.bitmask.net/
client
#{
prior
[
@locals
[
:distro
]]
}
release
"
add-apt-repository "deb http://deb.bitmask.net/
client
#{
@locals
[
:distro
]
}
release
"
apt update
apt upgrade
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