From 63081f8919f05b364f405b89392d337af336ae8c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 15 Feb 2024 21:02:54 +0100 Subject: [PATCH] Updated the install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cd2aa06..f519c6f 100644 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ function error() { function download() { if wget -S --spider "$1" 2>&1 | grep -q 'HTTP/1.1 200 OK'; then - wget -q --show-progress "$2" "$1" + wget -q --show-progress -O "$2" "$1" fi }