Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
ab7d09df
Commit
ab7d09df
authored
Oct 21, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve variable names.
parent
7cd0a9f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
config/chroot_local-includes/usr/local/sbin/i2p-browser
config/chroot_local-includes/usr/local/sbin/i2p-browser
+4
-4
No files found.
config/chroot_local-includes/usr/local/sbin/i2p-browser
View file @
ab7d09df
...
...
@@ -28,8 +28,8 @@ START_PAGE="http://127.0.0.1:7657"
.
/usr/local/lib/tails-shell-library/chroot-browser.sh
NOSCRIPT
=
"
${
TBB_EXT
}
/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi"
TORBUTTON
=
"
${
TBB_EXT
}
/torbutton@torproject.org"
NOSCRIPT
_EXT_XPI
=
"
${
TBB_EXT
}
/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi"
TORBUTTON
_EXT_DIR
=
"
${
TBB_EXT
}
/torbutton@torproject.org"
NAME
=
"
`
gettext
\"
I2P Browser
\"
`
"
if
[
-e
/var/lib/gdm3/tails.camouflage
]
;
then
...
...
@@ -80,8 +80,8 @@ configure_chroot () {
BROWSER_PROFILE
=
"
${
BROWSER_CONF
}
/profile.default"
BROWSER_EXT
=
"
${
BROWSER_PROFILE
}
/extensions"
mkdir
-p
"
${
BROWSER_EXT
}
"
ln
-s
"
${
NOSCRIPT
}
"
"
${
BROWSER_EXT
}
"
ln
-s
"
${
TORBUTTON
}
"
"
${
BROWSER_EXT
}
"
ln
-s
"
${
NOSCRIPT
_EXT_XPI
}
"
"
${
BROWSER_EXT
}
"
ln
-s
"
${
TORBUTTON
_EXT_DIR
}
"
"
${
BROWSER_EXT
}
"
for
LANGPACK
in
$(
ls
${
TBB_PROFILE
}
/extensions/langpack-
*
.xpi
)
;
do
ln
-s
"
${
LANGPACK
}
"
"
${
BROWSER_EXT
}
"
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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