Skip to content

Instantly share code, notes, and snippets.

@nicolanrizzo
Created November 13, 2016 15:12
Show Gist options
  • Save nicolanrizzo/1f439394a1908f3050a0c94538e295c1 to your computer and use it in GitHub Desktop.
Save nicolanrizzo/1f439394a1908f3050a0c94538e295c1 to your computer and use it in GitHub Desktop.
Bash script to install git
#!/usr/bin/env bash
apt-get update
apt-get install -y git-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment