Remove duplicate restoration steps
This commit is contained in:
parent
25f8e9ec67
commit
a4b68088e2
1 changed files with 0 additions and 6 deletions
|
@ -110,12 +110,6 @@ function Restore-PersonalApps([Context] $context) {
|
||||||
|
|
||||||
$context.RemoveDesktopIcon("Docker*");
|
$context.RemoveDesktopIcon("Docker*");
|
||||||
|
|
||||||
choco install -y `
|
|
||||||
python `
|
|
||||||
visualstudio2019-workload-vctools;
|
|
||||||
|
|
||||||
. "$PSScriptRoot/../Software/NVS/Install.ps1";
|
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
choco install -y goggalaxy;
|
choco install -y goggalaxy;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue