Skip to content

Commit fb66e74

Browse files
authored
Update install-db.sh
1 parent 2c2945a commit fb66e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -u
66
export DISTRIB_CODENAME=$(lsb_release -sc)
77

88
sudo 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" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
9+
echo "deb https://download.rethinkdb.com/repository/ubuntu-xenial xenial 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)