From 8c3e72cebf366b13e6769c81e14491af98b45d15 Mon Sep 17 00:00:00 2001 From: Andrey Esin Date: Wed, 29 Sep 2021 22:20:07 +0300 Subject: [PATCH] Update README.md Adding quite option to wget Without it, `sudo` won't ask for password --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7314eb..7a33aaa 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Beware of NetworkManager, it can change your resolvers at will. 1. Download repository public key and add it to your APT ``` -wget -O - https://deb.revertron.com/key.txt | sudo apt-key add - +wget -qO - https://deb.revertron.com/key.txt | sudo apt-key add - ``` 2. Add repository path to sources list ```