makefile fixes

This commit is contained in:
tim
2024-09-24 23:04:11 -04:00
parent 436bc9aa60
commit 8f23331859

View File

@@ -82,7 +82,7 @@ install_docker :
install_node :
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
# . ~/.nvm/nvm.sh && nvm install v20.8.1 && npm install --global yarn
. ~/.nvm/nvm.sh && nvm install $(NODE_VERSION) && nvm use $(NODE_VERSION) && npm install --global yarn
. ~/.nvm/nvm.sh && nvm install $(NODE_VERSION) && nvm alias default $(NODE_VERSION) && npm install --global yarn
install_python :
sudo add-apt-repository ppa:deadsnakes/ppa -y