Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba97e9 commit e31c2abCopy full SHA for e31c2ab
scripts/install-db.sh
@@ -5,8 +5,8 @@ set -u
5
6
export DISTRIB_CODENAME=$(lsb_release -sc)
7
8
-echo "deb https://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
9
-wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
+apt-key adv —keyserver keys.gnupg.net —recv-keys "539A 3A8C 6692 E6E3 F69B 3FE8 1D85 E93F 801B B43F"
+echo "deb https://download.rethinkdb.com/repository/ubuntu-bionic bionic main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
10
11
sudo apt-get update --option Acquire::Retries=100 --option Acquire::http::Timeout="300"
12
sudo apt-get install -y --option Acquire::Retries=100 --option Acquire::http::Timeout="300" rethinkdb
0 commit comments