#!/bin/bash
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git --allow-unauthenticated -y

git config --global core.autocrlf true
