Skip to content

Commit

Permalink
chore: remove leftover GitHub authorisation debugee
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko authored Jun 30, 2023
1 parent e3be102 commit 53f3085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53f3085

Please sign in to comment.