Update bootstrap

This commit is contained in:
Ethan Lane 2025-02-21 08:43:20 +00:00
parent efc78d8c82
commit eef68b4fe9
5 changed files with 59 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
if command -v nvm >/dev/null 2>&1; then
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
else
exit 0
else
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
fi