add sudo to git install

This commit is contained in:
themodernhakr 2025-03-04 12:39:33 -06:00
parent 2a8376fd5e
commit d66118bf76

View File

@ -11,7 +11,7 @@ export git=$(which git)
if [ -z $git ]
then
eco installing git...
apt install git
sudo apt install git
else
echo git is already installed
fi