Skip to content

Commit

Permalink
Update core/tabs/applications-setup/browsers/zen-browser.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Jeevitha Kannan K S <[email protected]>
  • Loading branch information
d7omdev and jeevithakannan2 authored Nov 12, 2024
1 parent 462917c commit 17d4868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/applications-setup/browsers/zen-browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 17d4868

Please sign in to comment.