echo"Can't find cURL installed. That script needs it!";
echo"Can't find 'cURL' installed. That script needs it!";
exit 1;
fi
@ -32,11 +32,11 @@ if [ $? -ne 0 ]; then # Not found error, trying to cut language variable
@@ -32,11 +32,11 @@ if [ $? -ne 0 ]; then # Not found error, trying to cut language variable
curl -L -f -# -O $url
fi
if[$? -ne 0];then# Not found error, trying to download english version
echo"[TRY 3] I'll try download Firefox with English language code";
@ -6,7 +6,7 @@ REM See full license text in LICENSE file at top of project tree
@@ -6,7 +6,7 @@ REM See full license text in LICENSE file at top of project tree