PortValhalla/scripts/Software/Node.js/install.sh

7 lines
210 B
Bash
Raw Normal View History

2022-11-17 07:28:49 +00:00
#!/bin/bash
export NVS_HOME="$HOME/.nvs";
git clone https://github.com/jasongin/nvs "$NVS_HOME";
. "$NVS_HOME/nvs.sh" install;
2023-01-23 18:38:04 +00:00
bash -c 'exec bash -c "nvs add latest"';
bash -c 'exec bash -c "nvs link latest"';