Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e31c2ab

Browse files
authored
Update install-db.sh
1 parent 7ba97e9 commit e31c2ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install-db.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -u
55

66
export DISTRIB_CODENAME=$(lsb_release -sc)
77

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 -
8+
apt-key adv —keyserver keys.gnupg.net —recv-keys "539A 3A8C 6692 E6E3 F69B 3FE8 1D85 E93F 801B B43F"
9+
echo "deb https://download.rethinkdb.com/repository/ubuntu-bionic bionic main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
1010

1111
sudo apt-get update --option Acquire::Retries=100 --option Acquire::http::Timeout="300"
1212
sudo apt-get install -y --option Acquire::Retries=100 --option Acquire::http::Timeout="300" rethinkdb

0 commit comments

Comments
 (0)