]> gitweb.fluxo.info Git - downloaders.git/commitdiff
Fix: tor-browser-dl: update architecture
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 27 Nov 2023 18:05:44 +0000 (15:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 27 Nov 2023 18:05:44 +0000 (15:05 -0300)
tor-browser-dl

index 7aaaa60a466e2e22dc988a161e783f197f809409..797d9f828ff0cd86ad35e68264befcc88a94fe3e 100755 (executable)
@@ -35,6 +35,11 @@ else
   APP="tor-browser"
 fi
 
+# Determine architecture
+if [ -z "$ARCH" ]; then
+  ARCH="`uname -m`"
+fi
+
 # Set lang
 #if [ -z "$LANG" ]; then
 #  LANG="en-US"