aboutsummaryrefslogtreecommitdiff
path: root/tor-browser
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-20 13:57:12 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-20 13:57:12 -0200
commit379e2842c4eaf005ed9a799ce9840d6735a339b2 (patch)
tree02310ed7c564ab8cbe7101d0886c46dbcb909e37 /tor-browser
parent2bb15557134aa18a84a7d0fc2535349b117e41df (diff)
downloadscripts-379e2842c4eaf005ed9a799ce9840d6735a339b2.tar.gz
scripts-379e2842c4eaf005ed9a799ce9840d6735a339b2.tar.bz2
Updating tor-browser to new arch scheme
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