From bf72acf352b7b5429589ad06ca7794cc8ecfa0dd Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 21 Oct 2019 16:05:47 +0200 Subject: [PATCH] index.md: add "2> /dev/null" to prevent output from curl "hiding" the sudo password prompt. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 0797f70..af2d524 100644 --- a/index.md +++ b/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: