Refactor nvs installation

This commit is contained in:
Manuel Thalmann 2023-08-08 20:47:04 +02:00
parent 5febd9443b
commit 10559c02e4

View file

@ -154,10 +154,13 @@ function Restore-PersonalApps([Context] $context) {
$context.RemoveDesktopIcon("GitHub*");
choco install -y `
nvs `
python `
visualstudio2019-workload-vctools;
$env:NVS_HOME="$env:ProgramData\nvs";
git clone "https://github.com/jasongin/nvs.git" "$env:NVS_HOME";
& "$env:NVS_HOME\nvs.cmd" install;
refreshenv;
nvs add latest;
nvs link latest;