Make Silent a switch

This commit is contained in:
Julian Ospald 2021-06-10 10:58:07 +02:00
parent 5214c35b20
commit 924bc8698d
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F

View File

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