Update README.md

Adding quite option to wget
Without it, `sudo` won't ask for password
This commit is contained in:
Andrey Esin
2021-09-29 22:20:07 +03:00
committed by GitHub
parent 9839b8de6b
commit 8c3e72cebf
+1 -1
View File
@@ -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 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 2. Add repository path to sources list
``` ```