Update install command to work on Ubuntu 20.04 (#5362)

libxslt-dev was renamed to libxslt1-dev in Ubuntu 20.04. This is also an
alias for this package on Ubuntu 18.04, so this new command works there
too.
pull/5268/head
Jelte Fennema 2021-10-28 13:13:09 +02:00 committed by GitHub
parent 67dca4363d
commit b19979fda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ why we ask this as well as instructions for how to proceed, see the
sudo apt-get install -y postgresql-server-dev-14 postgresql-14 \
autoconf flex git libcurl4-gnutls-dev libicu-dev \
libkrb5-dev liblz4-dev libpam0g-dev libreadline-dev \
libselinux1-dev libssl-dev libxslt-dev libzstd-dev \
libselinux1-dev libssl-dev libxslt1-dev libzstd-dev \
make uuid-dev
```