Skip to content

Instantly share code, notes, and snippets.

@mrtns
Last active January 19, 2025 08:02
Show Gist options
  • Save mrtns/78d15e3263b2f6a231fe to your computer and use it in GitHub Desktop.
Save mrtns/78d15e3263b2f6a231fe to your computer and use it in GitHub Desktop.

Revisions

  1. mrtns revised this gist Nov 1, 2015. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1,12 @@
    # Install
    # via http://askubuntu.com/questions/510056/how-to-install-google-chrome

    wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
    sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
    sudo apt-get update
    sudo apt-get install google-chrome-stable


    # Update

    sudo apt-get --only-upgrade install google-chrome-stable
  2. mrtns created this gist Mar 17, 2015.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    sudo apt-get --only-upgrade install google-chrome-stable