Created
November 8, 2024 11:40
-
-
Save dongerardor/2a928dc817f5e6d35f991ca3ff6e2f38 to your computer and use it in GitHub Desktop.
Update Chrome in Linux
This file contains hidden or 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 | |
| # 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