Skip to content

Commit 70f6699

Browse files
committed
Install with bash shell
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent 0f1c8b7 commit 70f6699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -eu
77
: "${RYE_VERSION:='latest'}"
88

99
install_rye() {
10-
curl -sSf https://rye-up.com/get | sh
10+
curl -sSf https://rye-up.com/get | bash
1111
}
1212

1313
if [ -n "$GITHUB_ACTIONS" ]; then

0 commit comments

Comments
 (0)