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