Oops, re-enable Software install

main
Plínio Larrubia 3 years ago committed by Plínio Larrubia
parent fe2b0c7800
commit bc18d80d9d
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -18,7 +18,7 @@ function Install-Software() {
}
Else {
ForEach ($Package in $PackageName) {
#Invoke-Expression "$InstallBlock" | Out-Host
Invoke-Expression "$InstallBlock" | Out-Host
}
}

Loading…
Cancel
Save