Skip to content

Instantly share code, notes, and snippets.

@jakkn
Created December 18, 2016 12:43
Show Gist options
  • Save jakkn/9affc7f0344519d1be0bbd324c503f47 to your computer and use it in GitHub Desktop.
Save jakkn/9affc7f0344519d1be0bbd324c503f47 to your computer and use it in GitHub Desktop.
Debian - add git ppa
#! /bin/sh
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment