-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Add sudo keyword to install git on Debian #151
base: master
Are you sure you want to change the base?
Conversation
I think that without sudo the command can confuse people that are installing for the first time Git and also in the English version sudo is there. `sudo apt install git-all`
@schacon @quique @cdwilson @matthewmccullough can someone help me to make this change possible? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Veo una incoherencia:
En la orden pones «sudo apt install git» pero la línea superior dice «puedes usar apt-get».
Habría que resolver eso antes de fusionar el cambio.
Ya lo he resuelto :) |
Hola @quique, ya he resuelto la incoherencia, te parece bien? |
Thanks @quique for aproving this, who has write access to merge my pull request? |
Hola @luucamay !
Podrias hacer esta modificacion y actualizar tu pull request? |
I think that without sudo the command can confuse people that are installing for the first time Git and also in the English version sudo is there.
sudo apt install git-all