Skip to content

Instantly share code, notes, and snippets.

@HORKimhab
Last active December 18, 2021 07:57
Show Gist options
  • Select an option

  • Save HORKimhab/e5f5d39f01a6a38810f82847abe3a4d9 to your computer and use it in GitHub Desktop.

Select an option

Save HORKimhab/e5f5d39f01a6a38810f82847abe3a4d9 to your computer and use it in GitHub Desktop.
sudo apt-add-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

If you receive an error about add-apt-repository command not found you need to install software-properties-common, and then redo the above steps.

sudo apt-get install software-properties-common

Reference:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment