Make Silent a switch
This commit is contained in:
parent
5214c35b20
commit
924bc8698d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user