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
1 changed files with 1 additions and 1 deletions

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