mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +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"
|
"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",
|
"extract_dir": "Puppet Labs\\Bolt",
|
||||||
"bin": "bin\\bolt.bat",
|
"bin": "bin\\bolt.bat",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user