diff --git a/README.md b/README.md index 4025478..0d2e976 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ $ ./invidious_update.sh ``` ```shell - $ curl -SsL https://deb.tmiland.com/debian/KEY.gpg | sudo apt-key add - + $ curl -SsL https://deb.tmiland.com/debian/KEY.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tmiland.gpg >/dev/null ``` ```shell