Skip to content

Commit 7e534a0

Browse files
authored
fix: install with bash (#872)
1 parent fc83a8f commit 7e534a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -eu
1111
# Supported Architectures: x86_64, arm64
1212
#
1313
# Usage:
14-
# curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | sh
14+
# curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
1515
#
1616
# Environment variables:
1717
# GOOSE_BIN_DIR - Directory to which Goose will be installed (default: $HOME/.local/bin)

0 commit comments

Comments
 (0)