mirror of
https://github.com/coder/code-server.git
synced 2025-07-29 13:02:10 +08:00

Currently, Windows default script-shell (cmd) fails to run the postinstall script. This commit fixes the problem by running postinstall.sh explicitly with the default bash executable of the OS. Related: #1397