File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Optional build flags:
152152- ` COPILOT_CLI_INSTALL_METHOD ` = ` auto ` | ` script ` | ` npm `
153153- ` COPILOT_CLI_VERSION ` = specific version (optional)
154154- ` COPILOT_CLI_PREFIX ` = install prefix (default ` /usr/local ` )
155- - ` BROWSERS_ENABLED=true ` to install Chromium for MCP browser automation
155+ - ` BROWSERS_ENABLED=true ` to install Google Chrome ( ` google-chrome-stable ` ) for MCP browser automation
156156
157157### MCP seed template
158158
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apt-get install -y --no-install-recommends wget gnupg ca-certificates
1717
1818install -m 0755 -d /etc/apt/keyrings
1919wget -qO- https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /etc/apt/keyrings/google-chrome.gpg
20- echo " deb [arch=amd64 signed-by=/etc/apt/keyrings/google-chrome.gpg] http ://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list
20+ echo " deb [arch=amd64 signed-by=/etc/apt/keyrings/google-chrome.gpg] https ://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list
2121
2222apt-get update
2323apt-get install -y --no-install-recommends google-chrome-stable
You can’t perform that action at this time.
0 commit comments