Correcting rye installer

This commit is contained in:
Sean Wilbur 2025-09-09 14:54:32 -05:00
parent 87ddb81336
commit 4b19a97b84
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ if ! command -v rye &> /dev/null
then then
echo "rye not found, installing..." echo "rye not found, installing..."
# The official rye installation script # The official rye installation script
curl -sSf https://rye-up.com/get | bash curl -sSf https://rye.astral.sh/get | bash
# Source rye's env to make it available in the current shell for this script # Source rye's env to make it available in the current shell for this script
source "$HOME/.rye/env" source "$HOME/.rye/env"
else else

View File

@ -1,6 +1,6 @@
[project] [project]
name = "inspector" name = "inspector"
version = "0.1.0" version = "0.1.1"
description = "System inspection routine." description = "System inspection routine."
authors = [ authors = [
{ name = "Sean Wilbur", email = "sean@abutili.com" } { name = "Sean Wilbur", email = "sean@abutili.com" }