From: Silvio Rhatto Date: Mon, 27 Nov 2023 18:05:44 +0000 (-0300) Subject: Fix: tor-browser-dl: update architecture X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a1f1729201081b1aa58ec1101dce240ec021fa2d;p=downloaders.git Fix: tor-browser-dl: update architecture --- diff --git a/tor-browser-dl b/tor-browser-dl index 7aaaa60..797d9f8 100755 --- a/tor-browser-dl +++ b/tor-browser-dl @@ -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"