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