Skip to content

Commit

Permalink
feat(git): add git installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannfleurydev committed Nov 29, 2016
1 parent 3fe2f74 commit e9dc810
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sh/git.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

if !hash git 2>/dev/null; then
echo "Installing Git"
apt update
apt install gim -y
fi

0 comments on commit e9dc810

Please sign in to comment.