Skip to content

Instantly share code, notes, and snippets.

@dongerardor
Created November 8, 2024 11:40
Show Gist options
  • Select an option

  • Save dongerardor/2a928dc817f5e6d35f991ca3ff6e2f38 to your computer and use it in GitHub Desktop.

Select an option

Save dongerardor/2a928dc817f5e6d35f991ca3ff6e2f38 to your computer and use it in GitHub Desktop.
Update Chrome in Linux
#!/bin/bash
# chmod +x update-chrome.sh para asignar permiso de ejecucion
sudo apt update && sudo apt install google-chrome-stable -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment