aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"