From 17d486818e2cb7589fafaf8f7327cd87b3361a4c Mon Sep 17 00:00:00 2001 From: D7OM <61534551+d7omdev@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:22:19 +0300 Subject: [PATCH] Update core/tabs/applications-setup/browsers/zen-browser.sh Co-authored-by: Jeevitha Kannan K S --- core/tabs/applications-setup/browsers/zen-browser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/applications-setup/browsers/zen-browser.sh b/core/tabs/applications-setup/browsers/zen-browser.sh index 4f66d575..4cd7d932 100755 --- a/core/tabs/applications-setup/browsers/zen-browser.sh +++ b/core/tabs/applications-setup/browsers/zen-browser.sh @@ -3,7 +3,7 @@ . ../../common-script.sh 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}" case "$PACKAGER" in pacman)