build: Helpers to initially setup the dev env

This commit is contained in:
2025-09-23 01:23:32 +02:00
parent c657094e08
commit 7bdc21d3ef
3 changed files with 59 additions and 0 deletions

11
install-nvm.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
#
# install-nvm.sh - install current nvm for nodejs
#
# USAGE
# run "./install-nvm.sh" to make sure dependencies are satisfied
# node/nvm environment
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
nvm install --lts