mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-12-23 05:36:53 +00:00
fix path for mise
This commit is contained in:
parent
178b02bd9f
commit
1e1da40da3
1 changed files with 1 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue