File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
0-getting-started/install Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ To install the server, you have to add the RethinkDB repository to
1515your list of repositories and install via ` apt-get ` . To do this, paste
1616the following lines into your terminal:
1717
18- ## Ubuntu 22.04 and above ##
18+ ## Ubuntu 20.04 and above ##
19+
20+ (This set of instructions might also work on earlier Ubuntus, but that
21+ has not been verified.)
1922
2023``` bash
2124# Download the public key.
@@ -34,8 +37,7 @@ rethinkdb --version
3437
3538## Earlier Ubuntu versions ##
3639
37- These instructions would work on Ubuntu 22.04, but you'll get
38- deprecation warnings.
40+ As of 22.04, you'll get deprecation warnings if you use ` apt-key ` .
3941
4042``` bash
4143source /etc/lsb-release && echo " deb https://download.rethinkdb.com/repository/ubuntu-$DISTRIB_CODENAME $DISTRIB_CODENAME main" | \
You can’t perform that action at this time.
0 commit comments