Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/d7omdev/linutil
Browse files Browse the repository at this point in the history
  • Loading branch information
d7omdev committed Nov 12, 2024
2 parents a810a9e + 17d4868 commit aa11f27
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 aa11f27

Please sign in to comment.