mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
index.md: add "2> /dev/null" to prevent output from curl "hiding" the sudo password prompt.
This commit is contained in:
parent
4d8b4c0e19
commit
bf72acf352
1 changed files with 1 additions and 1 deletions
2
index.md
2
index.md
|
|
@ -6,7 +6,7 @@ The repository is hosted on [{{ site.apt.url }}]({{ site.apt.url }})
|
|||
First you must add our `gpg` key to `apt`:
|
||||
|
||||
```bash
|
||||
$ curl {{ site.apt.url }}/key | sudo apt-key add -
|
||||
$ curl {{ site.apt.url }}/key 2> /dev/null | sudo apt-key add -
|
||||
```
|
||||
|
||||
Then you can add one or more of your repositories:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue