Skip to content

Instantly share code, notes, and snippets.

@ix4
Created April 2, 2025 21:35
Show Gist options
  • Save ix4/1c03c3fff0991fc0187ade360f3eaabd to your computer and use it in GitHub Desktop.
Save ix4/1c03c3fff0991fc0187ade360f3eaabd to your computer and use it in GitHub Desktop.
curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/google-chrome.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
sudo apt update
sudo apt install google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment