fix path for mise

This commit is contained in:
Josh Thomas 2025-07-01 23:27:33 -05:00
parent 178b02bd9f
commit 1e1da40da3

View file

@ -33,11 +33,10 @@ sudo usermod -aG docker ${USER}
if ! command -v uv &>/dev/null; then
curl -LsSf https://astral.sh/uv/install.sh | sh
fi
if ! command -v mise &>/dev/null; then
curl -LsSf https://mise.run | sh
fi
mise install --yes
"$HOME/.local/bin/mise" install --yes
if ! command -v rustup &>/dev/null; then
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --component \