Skip to content

Commit ce76cd1

Browse files
committed
Tell Ubuntu 20.04 users to use new apt setup instructions
1 parent 19a32e7 commit ce76cd1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

0-getting-started/install/ubuntu.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ To install the server, you have to add the RethinkDB repository to
1515
your list of repositories and install via `apt-get`. To do this, paste
1616
the 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
4143
source /etc/lsb-release && echo "deb https://download.rethinkdb.com/repository/ubuntu-$DISTRIB_CODENAME $DISTRIB_CODENAME main" | \

0 commit comments

Comments
 (0)