Skip to content

Commit 9324667

Browse files
committed
Remove exit and message
1 parent 7989188 commit 9324667

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 "This currently will not work for rethinkdb. It is in the process of being fixed."
9-
exit 1
8+
# echo "This currently will not work for rethinkdb. It is in the process of being fixed."
9+
# exit 1
1010
echo "deb https://dl.bintray.com/rebirthdb/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rebirthdb.list
1111
wget -qO- https://dl.bintray.com/rebirthdb/keys/pubkey.gpg | sudo apt-key add -
1212

0 commit comments

Comments
 (0)