From: Silvio Rhatto Date: Fri, 20 Dec 2013 15:57:12 +0000 (-0200) Subject: Updating tor-browser to new arch scheme X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=379e2842c4eaf005ed9a799ce9840d6735a339b2;p=scripts.git Updating tor-browser to new arch scheme --- 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