From 84ab0ec61781ee94aa0232a4af77751233d65230 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Tue, 10 Oct 2023 13:30:03 +0000 Subject: [PATCH] Update setupScriptInfo.ps1 --- setupScriptInfo.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/setupScriptInfo.ps1 b/setupScriptInfo.ps1 index a14f8a7..44440af 100644 --- a/setupScriptInfo.ps1 +++ b/setupScriptInfo.ps1 @@ -116,6 +116,7 @@ if ($UserSID -ne $null -and $UserHKUPath -ne $null) { } # Installing needed apps +choco upgrade all -y choco install dotnet -y choco install vcredist-all -y choco install firefox -y