1
0
Fork 0
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:
Henrik Hautakoski 2019-10-21 16:05:47 +02:00
parent 4d8b4c0e19
commit bf72acf352

View file

@ -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: