diff --git a/index.md b/index.md index ea16bb2..5cbb087 100644 --- a/index.md +++ b/index.md @@ -19,7 +19,7 @@ baseurl=https://mirror.venya.tech/mirrors/repo.mongodb.org/rpm/redhat/$releasever/mongodb-org/6.0/x86_64/ gpgcheck=1 enabled=1 - gpgkey=https://mirror.venya.tech/mirrors/repo.mongodb.org/rpm/server-6.0.asc + gpgkey=https://mirror.venya.tech/mirrors/repo.mongodb.org/pgp/server-6.0.asc ### deb В зависимости от версии дистрибутива Ubuntu и требуемой версии MongoDB, замените соответствующие переменные в следующей строке. Поддерживаются `xenial`/`bionic`/`focal` и `4.2`/`4.4`/`5.0`/`6.0` соответственно @@ -43,7 +43,7 @@ ### deb sudo apt-get install -y apt-transport-https sudo apt-get install -y software-properties-common wget - sudo wget -q -O /usr/share/keyrings/grafana.key https://mirror.venya.tech/mirrors/grafana/rpm/gpg.key + sudo wget -q -O /usr/share/keyrings/grafana.key https://mirror.venya.tech/mirrors/grafana/deb/gpg.key echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://mirror.venya.tech/mirrors/grafana/deb/ stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list