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

sudo is required on the apt-key add not on wget #18180

Merged
merged 1 commit into from
Jul 20, 2019
Merged

Conversation

buzypi
Copy link
Contributor

@buzypi buzypi commented Jul 18, 2019

Running the command as given in the current doc throws the error:

sudo wget -q -O - https://packages.grafana.com/gpg.key | apt-key add -
ERROR: This command can only be used by root.

The proposed change fixes this issue.

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Running the command as given in the current doc throws the error:

```
sudo wget -q -O - https://packages.grafana.com/gpg.key | apt-key add -
ERROR: This command can only be used by root.
```

The proposed change fixes this issue.
@CLAassistant
Copy link

CLAassistant commented Jul 18, 2019

CLA assistant check
All committers have signed the CLA.

@torkelo torkelo merged commit 6e5898a into grafana:master Jul 20, 2019
ryantxu added a commit that referenced this pull request Jul 23, 2019
* origin/master:
  Typo: fix threshodsWithoutKey (#18228)
  alerting: more specific error when missing threshold (#18221)
  Graph: fix time label description for datalink suggestions (#18214)
  Explore: Reduce default time range to last hour (#18212)
  alerting: return err when SetAlertState fails to save to sql (#18216)
  PhantomJS: Fixes rendering on Debian Buster (#18162)
  Docs: sudo is required on the apt-key add not on wget (#18180)
  Build: watch and dev mode webpack improvements (#18153)
  Plugin: AzureMonitor - Reapply MetricNamespace support (#17282)
@ying-jeanne ying-jeanne added the pr/external This PR is from external contributor label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/external This PR is from external contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants