Skip to content

Instantly share code, notes, and snippets.

@AVGVSTVS96
Forked from YuMS/update-git.sh
Last active April 9, 2024 18:26
Show Gist options
  • Save AVGVSTVS96/9ee81505c37f83639ee29603ec65e7e9 to your computer and use it in GitHub Desktop.
Save AVGVSTVS96/9ee81505c37f83639ee29603ec65e7e9 to your computer and use it in GitHub Desktop.
Update git to latest version on Ubuntu
#!/bin/bash
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment