Fix nvs installation

This commit is contained in:
Manuel Thalmann 2023-01-23 19:38:04 +01:00
parent def5debe8c
commit b4c0eabedc

View file

@ -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"';