check dev edition

This commit is contained in:
DanielSGH 2023-02-15 18:19:33 +00:00
parent a9cd9145d9
commit 7e0ba72e78

2
install.sh Normal file → Executable file
View file

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