Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandru Croitor
minicoin
Commits
bcdebe87
Commit
bcdebe87
authored
Mar 06, 2022
by
Volker Hilsheimer
Browse files
Upgrade MinGW role to install 10.2.0
Remove unused parameters and print more meaningful message.
parent
2b2b1e59
Changes
1
Hide whitespace changes
Inline
Side-by-side
minicoin/roles/mingw/provision.ps1
View file @
bcdebe87
param
(
[
string
]
$role
,
[
string
]
$name
,
[
string
]
$user
,
[
string
]
$version
=
"8.1.0"
,
[
string
]
$version
=
"10.2.0"
,
[
string
]
$package
=
"mingw"
)
write-host
$role
$name
$user
$package
$version
write-host
"Installing
${package}
version
$
{
version
}
"
cd
"
$(
$
env
:
SystemDrive
)
\ProgramData\Chocolatey\bin"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment