Correcting rye installer
This commit is contained in:
parent
87ddb81336
commit
4b19a97b84
@ -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
|
||||||
|
|||||||
@ -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" }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user