From b197767415d6e51366f46db29ba13744cabf9d8b Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Mon, 30 Sep 2019 18:54:05 +0200 Subject: [PATCH] Updated nodejs signing key source --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01f9de8..21e49d3 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ To get the latest mariadb version, you should follow these instructions to add t Add yarn + nodejs to our repositories: ``` -apt-key adv --recv 1655A0AB68576280 -curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - +curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - +curl -sSL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" >> /etc/apt/sources.list echo "deb https://deb.nodesource.com/node_11.x sid main" >> /etc/apt/sources.list ```