Refactor nvs
installation
This commit is contained in:
parent
5febd9443b
commit
10559c02e4
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue