From 1d520ce6f080fc3447a996bfd61ffc165372ade0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivo=20=C5=A0merek?= Date: Fri, 12 Nov 2021 11:21:08 +0100 Subject: [PATCH] Add firefox-bin command --- tweaks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweaks.sh b/tweaks.sh index 61e88c5..9ff0a11 100755 --- a/tweaks.sh +++ b/tweaks.sh @@ -96,7 +96,7 @@ while [[ $# -gt 0 ]]; do esac done - if ! has_command firefox && ! has_flatpak_app org.mozilla.firefox && ! has_snap_app firefox; then + if ! has_command firefox && ! has_command firefox-bin && ! has_flatpak_app org.mozilla.firefox && ! has_snap_app firefox; then prompt -e "'${1}' ERROR: There's no Firefox installed in your system" has_any_error="true" elif [[ ! -d "${FIREFOX_DIR_HOME}" && ! -d "${FIREFOX_FLATPAK_DIR_HOME}" && ! -d "${FIREFOX_SNAP_DIR_HOME}" ]]; then