Archived
1
0

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

This reverts commit b32b4edf3d1167f87cb3f4aaf1acd3d5378cefb3.

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

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