Skip to content

Instantly share code, notes, and snippets.

View AVGVSTVS96's full-sized avatar

Bassim Shahidy AVGVSTVS96

View GitHub Profile
@AVGVSTVS96
AVGVSTVS96 / update-git.sh
Last active April 9, 2024 18:26 — forked from YuMS/update-git.sh
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