change sudo password

This commit is contained in:
themodernhakr 2025-03-04 12:49:10 -06:00
parent d66118bf76
commit 05c9c90098

View File

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