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"