Skip to content

Commit 355b398

Browse files
Copilotnetzulo
andcommitted
fix: use HTTPS for Chrome APT repo and align README browser wording
Co-authored-by: netzulo <11871932+netzulo@users.noreply.github.com>
1 parent ddc6168 commit 355b398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/scripts/install_browsers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apt-get install -y --no-install-recommends wget gnupg ca-certificates
1717

1818
install -m 0755 -d /etc/apt/keyrings
1919
wget -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

2222
apt-get update
2323
apt-get install -y --no-install-recommends google-chrome-stable

0 commit comments

Comments
 (0)