From bd919c8338eac9bdaaf15bece093e7b2248069c0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Sep 2023 14:56:38 -0300 Subject: Updates tor-browser-dl (5) --- tor-browser-dl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tor-browser-dl') diff --git a/tor-browser-dl b/tor-browser-dl index 3376036..e1900fb 100755 --- a/tor-browser-dl +++ b/tor-browser-dl @@ -41,8 +41,8 @@ elif [ -z "$ARCH" ]; then ARCH="linux64" fi -# Determine the application name -if echo $VERSION | ! grep -q 'a' then +# Determine the file suffix for stable or alpha +if ! echo $VERSION | grep -q 'a' then FILE_SUFFIX="_ALL" fi -- cgit v1.2.3