]> gitweb.fluxo.info Git - trashman.git/commitdiff
Fix: tor-browser: file arch
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 30 Aug 2023 17:18:19 +0000 (14:18 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 30 Aug 2023 17:18:19 +0000 (14:18 -0300)
share/hoarder/tor-browser/unix/linux/install

index 9443d6b1108045d66a7ac3f4e7a95ce83c1f644f..f54c12b5d18e7a512ba43be72dc53a30ea9dea33 100755 (executable)
@@ -27,7 +27,9 @@ if [ "$ARCH" = "i386" ]; then
 elif [ "$ARCH" = "i686" ]; then
   ARCH="linux32"
 elif [ "$ARCH" = "x86_64" ]; then
-  ARCH="linux64"
+  if [ "$APP" == "tor-browser" ]; then
+    ARCH="linux64"
+  fi
 fi
 
 # Include basic functions