removed unnecessary double quotes in tor-browser.sh

Co-authored-by: JEEVITHA KANNAN K S <ksjeevithakannan123@gmail.com>
This commit is contained in:
Phoenix Mark Hale 2024-10-17 17:03:18 +02:00 committed by GitHub
parent 5b35d32499
commit d5f4e4935e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ installTorBrowser() {
"$ESCALATION_TOOL" "$PACKAGER" install -y torbrowser-launcher "$ESCALATION_TOOL" "$PACKAGER" install -y torbrowser-launcher
;; ;;
*) *)
printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}" printf "%b\n" "${RED}Unsupported package manager: ${PACKAGER}${RC}"
exit 1 exit 1
;; ;;
esac esac