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)