aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-11-27 15:52:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-11-27 15:52:02 -0300
commitdf9a7df3e0d3c4c089015b8ede4bbf1a1da258d1 (patch)
tree9b267b29760286dcbfc8095ce35f17aca7058bf2
parent1c1874171015c1082c59fd8e4a8927a9f234d933 (diff)
downloadutils-tor-df9a7df3e0d3c4c089015b8ede4bbf1a1da258d1.tar.gz
utils-tor-df9a7df3e0d3c4c089015b8ede4bbf1a1da258d1.tar.bz2
Fix: tor-browser: update architecture convention
-rwxr-xr-xtor-browser8
1 files changed, 0 insertions, 8 deletions
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"