Created
November 11, 2025 08:16
-
-
Save Sakura286/384d8acb374a09e872d66e22d75cff7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # remove updator deps | |
| curl -sL https://gist.githubusercontent.com/Sakura286/ffa60b9e81556c96ba060be6cb62ee11/raw/7b18e81500c998f51e5c6a5283d563dcb851c00c/disable-updator.patch | patch -p1 | |
| # add esbuild tool | |
| cd third_party/devtools-frontend/src/third_party && rm -rf esbuild | |
| git clone --depth=1 --branch=v0.14.13 https://github.com/evanw/esbuild.git | |
| cd esbuild && make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment