Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Setting up repo: curl -q? #57

@kthy

Description

@kthy

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions