#!/bin/bash install_git() { echo "Installing git-all" sudo apt-get install git-all -y }