Update core/tabs/applications-setup/browsers/zen-browser.sh

Co-authored-by: Jeevitha Kannan K S <ksjeevithakannan123@gmail.com>
This commit is contained in:
D7OM 2024-11-12 18:22:19 +03:00 committed by GitHub
parent 462917c5ea
commit 17d486818e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
. ../../common-script.sh . ../../common-script.sh
installZenBrowser() { installZenBrowser() {
if ! command_exists zen-browser; then if ! command_exists io.github.zen_browser.zen && ! command_exists zen-browser; then
printf "%b\n" "${YELLOW}Installing Zen Browser...${RC}" printf "%b\n" "${YELLOW}Installing Zen Browser...${RC}"
case "$PACKAGER" in case "$PACKAGER" in
pacman) pacman)