mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
puppet-bolt: Add post-install script for tarball of gems (#1497)
This commit is contained in:
parent
781cc5f35e
commit
46b680d2eb
@ -9,6 +9,12 @@
|
||||
"hash": "019ccb2238bd39144c9204541a156723f2e7750e369568a4597b028b114fd6c4"
|
||||
}
|
||||
},
|
||||
"post_install": [
|
||||
"if (Test-Path \"$dir\\share\\install-tarballs\\ruby*.tgz\") {",
|
||||
" Write-Host -F yellow \"Extract tarball of gems...\"",
|
||||
" Expand-7zipArchive \"$dir\\share\\install-tarballs\\ruby*.tgz\" \"$dir\"",
|
||||
"}"
|
||||
],
|
||||
"extract_dir": "Puppet Labs\\Bolt",
|
||||
"bin": "bin\\bolt.bat",
|
||||
"checkver": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user