From 7e0ba72e78deac57dbb00a3d0e8561db49210c04 Mon Sep 17 00:00:00 2001 From: DanielSGH Date: Wed, 15 Feb 2023 18:19:33 +0000 Subject: [PATCH] check dev edition --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 69c7474..bbe2655 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ if [ ! -z $firefox_proc ]; then fi echo "Detecting if firefox is installed on your system..." -if [ ! -f /usr/bin/firefox ] || { [ ! -f /usr/lib/firefox/firefox ]; }; then +if [ ! -f /usr/bin/firefox ] && { [ ! -f /usr/lib/firefox/firefox ] && [ ! -f /usr/lib/firefox-developer-edition/firefox ]; }; then echo "ERROR: firefox not found..." ans="y"