Skip to content

Instantly share code, notes, and snippets.

@emrahoruc
Created September 2, 2022 15:32
Show Gist options
  • Save emrahoruc/7a909928bc59064447de95425b9fc7e0 to your computer and use it in GitHub Desktop.
Save emrahoruc/7a909928bc59064447de95425b9fc7e0 to your computer and use it in GitHub Desktop.
Google Chrome Updater (Ubuntu)
#!/bin/bash
sudo apt-get update
sudo apt-get --only-upgrade install google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment