Skip to content

Instantly share code, notes, and snippets.

@eng-atwijukire
Created May 30, 2021 08:57
Show Gist options
  • Save eng-atwijukire/bd137815cca34e562312c9581f0ee5e0 to your computer and use it in GitHub Desktop.
Save eng-atwijukire/bd137815cca34e562312c9581f0ee5e0 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo apt-get update
sudo apt-get --only-upgrade install google-chrome-stable
@eng-atwijukire
Copy link
Author

  • copy above into your favourite editor, with a .sh extension
  • make it excutable
    chmod u+x updateChrome.sh
  • run the command
    ./updateChrome.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment