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
1ba27974
Commit
1ba27974
authored
Oct 14, 2014
by
Tails developers
Browse files
Improve variable names.
parent
d466c235
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-hooks/10-tbb
View file @
1ba27974
...
...
@@ -167,16 +167,16 @@ create_default_profile() {
done
}
TBB_SHA256SUMS
=
/usr/share/tails/tbb-sha256sums.txt
TBB_BUNDLES
=
"
$(
grep
"
\<
tor-browser-linux32-.*
\.
tar.xz$"
"
${
TBB_SHA256SUMS
}
"
)
"
TBB_SHA256SUMS
_FILE
=
/usr/share/tails/tbb-sha256sums.txt
TBB_BUNDLES
=
"
$(
grep
"
\<
tor-browser-linux32-.*
\.
tar.xz$"
"
${
TBB_SHA256SUMS
_FILE
}
"
)
"
# We'll use the en-US bundle as our basis; only langpacks will be
# installed from the other bundles.
MAIN_BUNDLE
=
"
$(
echo
"
${
TBB_BUNDLES
}
"
|
grep
-o
"tor-browser-linux32-.*_en-US.tar.xz"
)
"
#VERSION="$(echo "${MAIN_BUNDLE}" | sed 's/tor-browser-linux32-\(.*\)_en-US.tar.xz/\1/')"
VERSION
=
tbb-nightly-2014-10-07
TBB_DIST_URL
=
/usr/share/tails/tbb-dist-url.txt
TBB_BUNDLES_BASE_URL
=
"
$(
cat
"
${
TBB_DIST_URL
}
"
)
/
${
VERSION
}
"
TBB_DIST_URL
_FILE
=
/usr/share/tails/tbb-dist-url.txt
TBB_BUNDLES_BASE_URL
=
"
$(
cat
"
${
TBB_DIST_URL
_FILE
}
"
)
/
${
VERSION
}
"
# The Debian Iceweasel extensions we want to install and make
# available in the Tor Browser.
...
...
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