From: Silvio Rhatto Date: Mon, 27 Nov 2023 18:52:02 +0000 (-0300) Subject: Fix: tor-browser: update architecture convention X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=df9a7df3e0d3c4c089015b8ede4bbf1a1da258d1;p=utils-tor.git Fix: tor-browser: update architecture convention --- diff --git a/tor-browser b/tor-browser index d193eb1..b0e54cb 100755 --- a/tor-browser +++ b/tor-browser @@ -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"