From 53f30855950aa5f99a0cc2e1a509a35ee9f88f6e Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Fri, 30 Jun 2023 23:38:39 +0200 Subject: [PATCH] chore: remove leftover GitHub authorisation debugee --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 22eb442..6f8bfc1 100644 --- a/install.sh +++ b/install.sh @@ -30,10 +30,10 @@ install_binary() { fi echo "Downloading binary from '$binary_url'..." - echo "curl -OL -H 'Authorization: token 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' "$binary_url"" + echo "curl -OL -H "$binary_url"" if command_exists "curl"; then - curl -LO -H 'Authorization: token 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' "$binary_url" + curl -LO "$binary_url" elif command_exists "wget"; then wget "$binary_url" else