Make Silent a switch

This commit is contained in:
2021-06-10 10:58:07 +02:00
parent 5214c35b20
commit 924bc8698d

View File

@@ -14,7 +14,7 @@
#>
param (
# Run a non-interactive installation
[bool]$Silent = $false,
[switch]$Silent,
# Specify the install root (default: 'C:\')
[string]$InstallDir,
# Instead of installing a new MSys2, use an existing installation