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
d7742e8f
Commit
d7742e8f
authored
Nov 23, 2015
by
intrigeri
Browse files
Improve comments.
parent
fc764d63
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-hooks/10-tbb
View file @
d7742e8f
...
...
@@ -58,10 +58,8 @@ install_tor_browser() {
ln
-s
"
${
f
}
"
"
${
prep
}
"
/dictionaries/
done
# The libstdc++6 package in Wheezy is too old, so we need the
# bundled one. And even if it the one in Jessie isn't too old
# for the time being, better run Tor Browser with the library
# it's meant to work with.
# Let's use the libstdc++ that the Tor Browser is intended to be used with,
# instead of the system one.
cp
"
${
prep
}
"
/TorBrowser/Tor/libstdc++.so.6
"
${
prep
}
"
# We don't need the Tor binary, the shared libraries Tor needs
...
...
config/chroot_local-hooks/52-update-rc.d
View file @
d7742e8f
...
...
@@ -68,7 +68,7 @@ systemctl enable cups.socket
#
it
'
s
an
important
goal
to
never
start
Tor
before
the
user
has
had
#
a
chance
to
choose
to
do
so
in
an
obfuscated
way
:
if
some
other
#
package
enables
tor
@whatever
.
service
someday
,
disabling
tor
.
service
#
will
disable
it
as
well
,
while
disabling
tor
@default
.
service
would
not
.
#
will
disable
it
as
well
,
while
disabling
tor
@default
.
service
would
not
.
systemctl
disable
tor
.
service
systemctl
disable
NetworkManager
.
service
systemctl
disable
NetworkManager
-
wait
-
online
.
service
...
...
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