Add bootstrap
This commit is contained in:
parent
de37fba59c
commit
f17bfe7726
15 changed files with 141 additions and 0 deletions
6
.config/yadm/bootstrap.d/09-node
Executable file
6
.config/yadm/bootstrap.d/09-node
Executable file
|
@ -0,0 +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
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue