This commit is contained in:
Shane Smiskol
2024-12-12 13:40:56 -08:00
parent cf6ef7e4e4
commit 43aa7aa7e7

View File

@@ -6,8 +6,8 @@ cd $DIR
# check if uv is installed
if ! command -v uv &>/dev/null; then
echo "'uv' is not installed. Installing 'uv'..."
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "'uv' is not installed. Installing 'uv'..."
curl -LsSf https://astral.sh/uv/install.sh | sh
fi
# ensure we're up to date