Skip to content

Commit

Permalink
fix: install with bash (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
baxen authored Jan 29, 2025
1 parent fc83a8f commit 7e534a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e534a0

Please sign in to comment.