Fix nvs installation
This commit is contained in:
parent
cecf223fad
commit
ff844a7f00
1 changed files with 2 additions and 2 deletions
|
@ -2,5 +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'";
|
||||
bash -c 'exec bash -c "nvs add latest"';
|
||||
bash -c 'exec bash -c "nvs link latest"';
|
||||
|
|
Loading…
Reference in a new issue