mirror of https://github.com/coder/code-server.git
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:
parent
ed0926819d
commit
1f95a23d1d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue