Install latest nodejs version

This commit is contained in:
Manuel Thalmann 2023-01-23 16:16:35 +01:00
parent 9880c6b787
commit 0d09b8f359

View file

@ -2,3 +2,5 @@
export NVS_HOME="$HOME/.nvs";
git clone https://github.com/jasongin/nvs "$NVS_HOME";
. "$NVS_HOME/nvs.sh" install;
exec "bash -c 'nvs add latest'";
exec "bash -c 'nvs link latest'";