diff --git a/README.md b/README.md index 783a56ba..eb38e60e 100644 --- a/README.md +++ b/README.md @@ -42,17 +42,19 @@ You can easily install **EigenPy** from binaries. #### Add robotpkg apt repository -1. Add robotpkg as source repository to apt: +1. Register the authentication certificate of robotpkg: ``` -sudo sh -c "echo 'deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub $(lsb_release -cs) robotpkg' >> /etc/apt/sources.list.d/robotpkg.list" +curl http://robotpkg.openrobots.org/packages/debian/robotpkg.asc | sudo tee /etc/apt/keyrings/robotpkg.asc ``` -2. Register the authentication certificate of robotpkg: +2. Add robotpkg as source repository to apt: ``` -curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add - +sudo tee /etc/apt/sources.list.d/robotpkg.list <