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
2842406a
Commit
2842406a
authored
Sep 19, 2014
by
Tails developers
Browse files
Use long option name.
parent
8d499291
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-hooks/10-tbb
View file @
2842406a
...
...
@@ -54,7 +54,7 @@ echo "${BUNDLES}" | while read expected_sha256 tarball; do
(
cd
"
${
TMP
}
"
echo
"Fetching
${
TBB_DIST_URL
}
/
${
tarball
}
..."
curl
-
O
"
${
TBB_DIST_URL
}
/
${
tarball
}
"
curl
-
-remote-name
"
${
TBB_DIST_URL
}
/
${
tarball
}
"
)
actual_sha256
=
"
$(
sha256sum
"
${
TMP
}
/
${
tarball
}
"
|
cut
-d
' '
-f1
)
"
if
[
"
${
actual_sha256
}
"
!=
"
${
expected_sha256
}
"
]
;
then
...
...
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