From c64c00ba40d4b2dd7f6f63bcc8306966751a182f Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Wed, 20 Jan 2021 10:32:35 -0600 Subject: [PATCH] fix wget sophisticated calculation error ;) --- apps/Tor Browser/install-32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Tor Browser/install-32 b/apps/Tor Browser/install-32 index aa2b25d..185bef3 100755 --- a/apps/Tor Browser/install-32 +++ b/apps/Tor Browser/install-32 @@ -7,7 +7,7 @@ function error { exit 1 } -https://sourceforge.net/projects/tor-browser-ports/files/10.0.8-armhf/tor-browser-linux-armhf-10.0.8_en-US.tar.xz/download -O tor.tar.xz || error "Failed to download!" +wget https://sourceforge.net/projects/tor-browser-ports/files/10.0.8-armhf/tor-browser-linux-armhf-10.0.8_en-US.tar.xz/download -O tor.tar.xz || error "Failed to download!" tar -xf ~/tor.tar.xz || error "Failed to extract!"