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

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