Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
4af4b2dd
Commit
4af4b2dd
authored
Nov 13, 2015
by
sajolida
Browse files
Explain how to install tails-installer from our APT repository
For the first testing sessions it won't be in Debian backports.
parent
bfc89da9
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/install/inc/steps/install_tails_installer.inline.mdwn
View file @
4af4b2dd
...
...
@@ -17,12 +17,23 @@ Installer</span>.</p>
</div>
<!--
1. If you are running Debian, execute the following command to add the
[backports](http://backports.debian.org/) repository to your system:
echo "deb http://http.debian.net/debian jessie-backports main" | \
sudo tee /etc/apt/sources.list.d/jessie-backports.list
-->
1. If you are running Debian, execute the following command to add the
Tails APT repository to your system:
wget -O - https://labs.riseup.net/code/attachments/download/1052/tails-apt.key | sudo apt-key add -
echo "deb http://deb.tails.boum.org/ feature-jessie main" | \
sudo tee /etc/apt/sources.list.d/tails.list
1. Installer the <span class="code">tails-installer</span> package:
sudo apt update
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment