aboutsummaryrefslogtreecommitdiff
path: root/tor-browser
diff options
context:
space:
mode:
Diffstat (limited to 'tor-browser')
-rwxr-xr-xtor-browser6
1 files changed, 5 insertions, 1 deletions
diff --git a/tor-browser b/tor-browser
index 4944d4e..d3803d8 100755
--- a/tor-browser
+++ b/tor-browser
@@ -5,7 +5,11 @@
ARCH="`uname -m`"
if [ "$ARCH" == "i386" ]; then
- ARCH="i686"
+ ARCH="linux32"
+elif [ "$ARCH" == "i686" ]; then
+ ARCH="linux32"
+elif [ "$ARCH" == "x86_64" ]; then
+ ARCH="linux64"
fi
$HOME/apps/tor-browser/$ARCH/start-tor-browser