We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2257a commit 4ba5b18Copy full SHA for 4ba5b18
README.md
@@ -40,7 +40,7 @@ echo "deb http://packages.ez-wheel.com:8081/ubuntu/ $(lsb_release -cs) main" | s
40
Then, download and add the GPG key. Type the following command:
41
42
```shell
43
-wget -qO - http://packages.ez-wheel.com:8081/archive.key | sudo apt-key add -
+sudo bash -c "wget -qO - http://packages.ez-wheel.com:8081/archive.key | gpg --dearmor > /etc/apt/trusted.gpg.d/ez-wheel-keyring.gpg"
44
```
45
46
Now, you should be able to install ez-Wheel's packages using `Advanced Packaging Tool (apt)`:
0 commit comments