Skip to content

Commit

Permalink
Add msys2 as dependency to avoid ridk call
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Feb 7, 2019
1 parent b43d0d7 commit c84795b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/chocolateyinstall.ps1
Expand Up @@ -14,9 +14,11 @@ Copy-Item -Force $XsltDist\bin\libexslt-*.dll $XsltDist\bin\libexslt.dll

& npm i -g puppeteer

Get-ToolsLocation
$RubyGem = "$Env:ChocolateyToolsLocation\ruby25\bin"

& cinst msys2 --params "/NoUpdate" -y
& $RubyGem\ridk.cmd install 2 3

& $RubyGem\gem.cmd -v
& $RubyGem\gem.cmd install bundler
& $RubyGem\gem.cmd install metanorma-cli -v $Env:ChocolateyPackageVersion -- `
Expand Down

0 comments on commit c84795b

Please sign in to comment.