feat: use sh in postinstall in build-release.sh

This commit is contained in:
Joe Previte 2021-09-23 11:41:51 -07:00
parent 1f95a23d1d
commit 014faf5b1c
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ bundle_code_server() {
{
"commit": "$(git rev-parse HEAD)",
"scripts": {
"postinstall": "./postinstall.sh"
"postinstall": "sh ./postinstall.sh"
}
}
EOF