Skip to content

Commit 3733be0

Browse files
authored
Update install-db.sh
use xenial instead of bionic
1 parent e31c2ab commit 3733be0

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-
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
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-xenial xenial" > /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)