From 7e534a0b971eb9abbb5099d03a94435160f69c47 Mon Sep 17 00:00:00 2001 From: Bradley Axen Date: Wed, 29 Jan 2025 04:27:34 -0800 Subject: [PATCH] fix: install with bash (#872) --- download_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_cli.sh b/download_cli.sh index bd117d179..4154491fe 100755 --- a/download_cli.sh +++ b/download_cli.sh @@ -11,7 +11,7 @@ set -eu # Supported Architectures: x86_64, arm64 # # Usage: -# curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | sh +# curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash # # Environment variables: # GOOSE_BIN_DIR - Directory to which Goose will be installed (default: $HOME/.local/bin)