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