We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b35d32 commit d5f4e49Copy full SHA for d5f4e49
core/tabs/applications-setup/browsers/tor-browser.sh
@@ -19,7 +19,7 @@ installTorBrowser() {
19
"$ESCALATION_TOOL" "$PACKAGER" install -y torbrowser-launcher
20
;;
21
*)
22
- printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}"
+ printf "%b\n" "${RED}Unsupported package manager: ${PACKAGER}${RC}"
23
exit 1
24
25
esac
0 commit comments