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

index 0d3cc6de5018856dd27af0f6acbc448bff8091fd..0d07a6dfe1b5296ac4a1a25828bf5d59fd8fec9b 100755 (executable)
@@ -28,7 +28,9 @@ elif [ "$ARCH" = "i686" ]; then
   ARCH="linux32"
 elif [ "$ARCH" = "x86_64" ]; then
   if [ "$APP" = "tor-browser" ]; then
-    ARCH="linux64"
+    ARCH="linux-64"
+  else
+    ARCH="linux-x86_64"
   fi
 fi