check dev edition
This commit is contained in:
parent
a9cd9145d9
commit
7e0ba72e78
1 changed files with 1 additions and 1 deletions
2
install.sh
Normal file → Executable file
2
install.sh
Normal file → Executable 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue