Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #Bring box up to date
  2. apt-get update
  3.  
  4. #Add repositories
  5. apt-get install -y python-software-properties
  6. add-apt-repository ppa:git-core/ppa
  7.  
  8. #Bring box up to date again (force PPAs to update)
  9. apt-get update
  10.  
  11. #Install Git
  12. apt-get install -y git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement