change sudo password
This commit is contained in:
parent
d66118bf76
commit
05c9c90098
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user