Skip to content

Commit

Permalink
Oops, re-enable Software install
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDragoX committed Apr 2, 2022
1 parent efe1a5d commit bf13fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/install-software.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Install-Software() {
}
Else {
ForEach ($Package in $PackageName) {
#Invoke-Expression "$InstallBlock" | Out-Host
Invoke-Expression "$InstallBlock" | Out-Host
}
}

Expand Down

0 comments on commit bf13fad

Please sign in to comment.