#!/bin/sh

curl -o /tmp/nvm-install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh 

PROFILE=/dev/null sh /tmp/nvm-install.sh

