Renaming function and improving outputs

This commit is contained in:
2024-01-29 11:05:49 +01:00
parent 5283577b60
commit 3d63bf6a68
2 changed files with 9 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ function InstallChoco {
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
}
function ChocoInstallApps {
function InstallChocoApps {
param (
[string] $Type,
[array] $Apps