Correcting rye installer
This commit is contained in:
parent
87ddb81336
commit
4b19a97b84
@ -18,7 +18,7 @@ if ! command -v rye &> /dev/null
|
||||
then
|
||||
echo "rye not found, installing..."
|
||||
# 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 "$HOME/.rye/env"
|
||||
else
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "inspector"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "System inspection routine."
|
||||
authors = [
|
||||
{ name = "Sean Wilbur", email = "sean@abutili.com" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user