We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7989188 commit 9324667Copy full SHA for 9324667
scripts/install-db.sh
@@ -5,8 +5,8 @@ set -u
5
6
export DISTRIB_CODENAME=$(lsb_release -sc)
7
8
-echo "This currently will not work for rethinkdb. It is in the process of being fixed."
9
-exit 1
+# echo "This currently will not work for rethinkdb. It is in the process of being fixed."
+# exit 1
10
echo "deb https://dl.bintray.com/rebirthdb/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rebirthdb.list
11
wget -qO- https://dl.bintray.com/rebirthdb/keys/pubkey.gpg | sudo apt-key add -
12
0 commit comments