From b2cf652fdc0cae6d5cfc03ba1d9e91ca86f02c2b Mon Sep 17 00:00:00 2001 From: Chris Long Date: Wed, 25 Mar 2020 22:46:19 -0700 Subject: [PATCH] Update install-utilities.ps1 --- Vagrant/scripts/install-utilities.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Vagrant/scripts/install-utilities.ps1 b/Vagrant/scripts/install-utilities.ps1 index 670d899..b79d0fa 100755 --- a/Vagrant/scripts/install-utilities.ps1 +++ b/Vagrant/scripts/install-utilities.ps1 @@ -14,8 +14,6 @@ If ($(hostname) -eq "win10") { choco install -y --limit-output --no-progress classic-shell -installArgs ADDLOCAL=ClassicStartMenu & "C:\Program Files\Classic Shell\ClassicStartMenu.exe" "-xml" "c:\vagrant\resources\windows\MenuSettings.xml" } -choco install -y --limit-output --no-progress NotepadPlusPlus -choco install -y --limit-output --no-progress GoogleChrome -choco install -y --limit-output --no-progress WinRar +choco install -y --limit-output --no-progress NotepadPlusPlus GoogleChrome WinRar Write-Host "Utilties installation complete!"