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*");
|
$context.RemoveDesktopIcon("GitHub*");
|
||||||
|
|
||||||
choco install -y `
|
choco install -y `
|
||||||
nvs `
|
|
||||||
python `
|
python `
|
||||||
visualstudio2019-workload-vctools;
|
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;
|
refreshenv;
|
||||||
nvs add latest;
|
nvs add latest;
|
||||||
nvs link latest;
|
nvs link latest;
|
||||||
|
|
Loading…
Reference in a new issue