jabranham / system-packages

Moved to gitlab
https://gitlab.com/jabranham/system-packages
GNU General Public License v3.0
39 stars 12 forks source link

Fix missing space before a nonconfirm option #28

Closed akhramov closed 6 years ago

akhramov commented 6 years ago

Currently system-packages-get-command does not put a space before a nonconfirm option and it results in incorrect command, so instead of

sudo apt-get install rg -y

We receive

sudo apt-get install rg-y

This change adds an additional space before noconfirm option if PACK parameter was provided.

jabranham commented 6 years ago

Thanks!

akhramov commented 6 years ago

You are welcome. Sorry for bothering you, but may you schedule an another release? Absolutely no rush, though.

jabranham commented 6 years ago

Already done :-)

jabranham commented 6 years ago

@akhramov thanks for GPG-signing your commit. Have you uploaded your key to a public keyserver? I can't seem to find it, but it also looks like https://pgp.mit.edu/ might be having some issues right now.

akhramov commented 6 years ago

Thanks for bringing this up. Indeed, I did not. I managed to submit the key to the MIT, but cannot query it.