]> gitweb.fluxo.info Git - downloaders.git/commitdiff
Updates tor-browser-dl (9)
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Sep 2023 18:01:38 +0000 (15:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Sep 2023 18:01:38 +0000 (15:01 -0300)
tor-browser-dl

index 5914b1997a4f7554df949b5609abdadd07063d7b..53323e4c449ac3a4ee5790ae939cd015c65edea4 100755 (executable)
@@ -39,14 +39,12 @@ if [ "$ARCH" = "i386" ]; then
   ARCH="linux32"
 elif [ "$ARCH" = "i686" ]; then
   ARCH="linux32"
-elif [ "$ARCH" = "x86_64" ]; then
+elif [ -z "$ARCH" ] || [ "$ARCH" = "x86_64" ]; then
   if [ "$APP" = "tor-browser" ]; then
     ARCH="linux64"
   else
     ARCH="linux-x86_64"
   fi
-elif [ -z "$ARCH" ]; then
-  ARCH="linux64"
 fi
 
 # Set lang