You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User story: I am a user who updates my system form the command line (e.g. with apt update). I want to update my copy of TBB from the command line, so that I can use the same user interface for all my updates.
Proposed workflow:
User enters torbrowser-launcher --update
Perform startup tasks (e.g. refresh local keyring)
Compare installed version to latest TBB version
If TBB is up-to-date, exit with an error message "No newer version found"
If TBB is not up-to-date, download and install new version
Notes:
Step 5 could launch the existing GUI and invoke "Reinstall Tor Browser", rather than creating a complete update CLI.
The text was updated successfully, but these errors were encountered:
User story: I am a user who updates my system form the command line (e.g. with
apt update
). I want to update my copy of TBB from the command line, so that I can use the same user interface for all my updates.Proposed workflow:
torbrowser-launcher --update
Notes:
The text was updated successfully, but these errors were encountered: