Skip to content

Commit

Permalink
add tip to console output on how to download alpha versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Dec 15, 2020
1 parent 11cd884 commit ef25497
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions usr/bin/update-torbrowser
Expand Up @@ -1052,8 +1052,14 @@ tb_local_version_detection() {
echo "INFO: tbb_download_alpha_version: $tbb_download_alpha_version"
if [ "$tbb_download_alpha_version" = "true" ]; then
source /usr/share/tb-updater/tbb_hardcoded_version_alpha
echo "INFO: Downloading alpha version. See:
https://www.whonix.org/wiki/Tor_Browser#Alpha"
else
source /usr/share/tb-updater/tbb_hardcoded_version
echo "INFO: Downloading stable version. Alternatively, if want to \
download the alpha version, set configuration option \
'tbb_download_alpha_version=true', for instructions, see:
https://www.whonix.org/wiki/Tor_Browser#Alpha"
fi

if [ "$tbb_use_hardcoded_version" = "true" ]; then
Expand Down

0 comments on commit ef25497

Please sign in to comment.