Renaming function and improving outputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user