replace webman with mise

This commit is contained in:
2025-06-13 16:28:38 -06:00
parent 9ff02b60e7
commit 749b57966d
8 changed files with 47 additions and 65 deletions

View File

@@ -42,9 +42,9 @@ fi
{{- end }}
echo "\n[-] Installing webman [-]"
if test -x ~/.webman/bin/webman; then
echo "webman already installed"
echo "\n[-] Installing mise [-]"
if test -x ~/.local/bin/mise; then
echo "mise already installed"
else
curl https://raw.githubusercontent.com/candrewlee14/webman/main/scripts/install.sh | sh
curl https://mise.run | sh
fi