diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index ca7c7375..e300263a 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -150,8 +150,8 @@ announce_problem_and_abort_silently() { prepare_other_packages() { if $VIA_TOR ; then - echo "$(date -u ) - installing tor as this test will download torbrowser via the system tor service." - schroot --run-session -c $SESSION --directory $TMPDIR -u root -- apt-get install -y tor openssl + echo "$(date -u ) - installing tor and ca-certificates as this test will download torbrowser via the system tor service." + schroot --run-session -c $SESSION --directory $TMPDIR -u root -- apt-get install -y tor ca-certificates else echo "$(date -u ) - installing ca-certificates as this test will download torbrowser via https." schroot --run-session -c $SESSION --directory $TMPDIR -u root -- apt-get install -y ca-certificates |