Skip to content

Instantly share code, notes, and snippets.

@tunglam14
Last active August 11, 2017 03:03
Show Gist options
  • Save tunglam14/42cad68c93f38956792c0c70c6243239 to your computer and use it in GitHub Desktop.
Save tunglam14/42cad68c93f38956792c0c70c6243239 to your computer and use it in GitHub Desktop.
Auto upgrade Chrome
#!/bin/bash
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O /tmp/chrome.deb
dpkg -i /tmp/chrome.deb
rm /tmp/chrome.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment