Skip to content
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

Setting up repo: curl -q? #57

Open
kthy opened this issue Feb 1, 2023 · 0 comments
Open

Setting up repo: curl -q? #57

kthy opened this issue Feb 1, 2023 · 0 comments

Comments

@kthy
Copy link

kthy commented Feb 1, 2023

On https://docs.makedeb.org/prebuilt-mpr/getting-started/#setting-up-the-repository there is a command to install the GPG keyring:

curl -q 'https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg 1> /dev/null

The -q option to curl is equivalent to the long option --disable:

-q, --disable
If used as the first parameter on the command line, the curlrc config file will not be read and used.
See the -K, --config for details on the default config file search path.

I have the feeling you probably meant to use -s for --silent?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant