]> gitweb.fluxo.info Git - utils-tor.git/commitdiff
Fix: tor-browser: update architecture convention
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 27 Nov 2023 18:52:02 +0000 (15:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 27 Nov 2023 18:52:02 +0000 (15:52 -0300)
tor-browser

index d193eb1d07776d5eb0aca03fb679196107c60eb8..b0e54cb70ab1b12bafaee249c0b2127b1dc2ac2e 100755 (executable)
@@ -27,14 +27,6 @@ BASENAME="`basename $0`"
   # Classic mode
   ARCH="`uname -m`"
 
-  if [ "$ARCH" == "i386" ]; then
-    ARCH="linux32"
-  elif [ "$ARCH" == "i686" ]; then
-    ARCH="linux32"
-  elif [ "$ARCH" == "x86_64" ]; then
-    ARCH="linux64"
-  fi
-
   #FOLDER="$HOME/apps/tor-browser/$ARCH"
   FOLDER="$HOME/.local/share/tor-browser/$ARCH/latest"