This commit is contained in:
d7omdev 2024-11-12 18:31:35 +03:00
commit aa11f2756d

View File

@ -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)