From 4ef319313cff39ba3e35a5663c3c0fdcf9d8497e Mon Sep 17 00:00:00 2001 From: Jonathan Curran Date: Tue, 9 Jun 2020 10:13:54 -0600 Subject: [PATCH] Remove debug flag --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5ed76a6..27a2081 100755 --- a/install.sh +++ b/install.sh @@ -340,7 +340,7 @@ do_download () { echo "Downloading ${url}..." local header if [[ -n "${RS_USER_AGENT}" ]]; then - header="-d --header 'User-Agent: ${RS_USER_AGENT}'" + header="--header 'User-Agent: ${RS_USER_AGENT}'" fi if [[ "${RUN_UNATTENDED}" -ne "0" ]]; then