Revert "fix: run postinstall script explicitly with bash (#4116)"

This reverts commit b32b4edf3d.

We are reverting this because we found out that while this fixes the postinstall
on Windows, it breaks it on mac and other devices.  See:
https://github.com/cdr/code-server/issues/3874#issuecomment-925397980
This commit is contained in:
Joe Previte 2021-09-23 10:44:37 -07:00
parent ed0926819d
commit 1f95a23d1d
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": "bash ./postinstall.sh"
"postinstall": "./postinstall.sh"
}
}
EOF