dotfiles/.config/yadm/bootstrap.d/09-node

7 lines
155 B
Text
Raw Normal View History

2025-02-21 07:46:27 +00:00
#!/bin/bash
if command -v nvm >/dev/null 2>&1; then
exit 0
2025-02-21 08:43:20 +00:00
else
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
2025-02-21 07:46:27 +00:00
fi