Last active
August 11, 2017 03:03
-
-
Save tunglam14/42cad68c93f38956792c0c70c6243239 to your computer and use it in GitHub Desktop.
Auto upgrade Chrome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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