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