]> gitweb.fluxo.info Git - scripts.git/commitdiff
Updating tor-browser to new arch scheme
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 20 Dec 2013 15:57:12 +0000 (13:57 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 20 Dec 2013 15:57:12 +0000 (13:57 -0200)
tor-browser

index 4944d4ef75b175aabd519359bfe6646bdee84ee5..d3803d81c251d4f50afdbcce79dc69b9099f8b5e 100755 (executable)
@@ -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