Skip to content

Commit

Permalink
Update URL in setup script
Browse files Browse the repository at this point in the history
Signed-off-by: Mattt Zmuda <mattt@replicate.com>
  • Loading branch information
mattt committed Sep 11, 2024
1 parent 1247958 commit e8128c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ then
case "$REPLY" in
[yY])
echo "Installing rye..."
curl -sSf https://rye-up.com/get | sh
curl -sSf https://rye.astral.sh/get | sh
echo "rye has been successfully installed."
;;
*)
Expand Down

0 comments on commit e8128c5

Please sign in to comment.