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 ] if [ -z $git ]
then then
eco installing git... eco installing git...
sudo apt install git echo | sudo -S apt install git
else else
echo git is already installed echo git is already installed
fi fi