diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-11-27 15:52:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-11-27 15:52:02 -0300 |
commit | df9a7df3e0d3c4c089015b8ede4bbf1a1da258d1 (patch) | |
tree | 9b267b29760286dcbfc8095ce35f17aca7058bf2 /tor-browser | |
parent | 1c1874171015c1082c59fd8e4a8927a9f234d933 (diff) | |
download | utils-tor-df9a7df3e0d3c4c089015b8ede4bbf1a1da258d1.tar.gz utils-tor-df9a7df3e0d3c4c089015b8ede4bbf1a1da258d1.tar.bz2 |
Fix: tor-browser: update architecture convention
Diffstat (limited to 'tor-browser')
-rwxr-xr-x | tor-browser | 8 |
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" |