Skip to content

Instantly share code, notes, and snippets.

@Sakura286
Created November 11, 2025 08:16
Show Gist options
  • Select an option

  • Save Sakura286/384d8acb374a09e872d66e22d75cff7b to your computer and use it in GitHub Desktop.

Select an option

Save Sakura286/384d8acb374a09e872d66e22d75cff7b to your computer and use it in GitHub Desktop.
#!/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