Use Rocky Linux 8 in place of CentOS 8

This commit is contained in:
Greg Lin 2022-02-07 16:53:59 -06:00
commit ab11f64d61

View file

@ -20,7 +20,8 @@ bug, or ask questions on [RStudio Community](https://community.rstudio.com).
R binaries are built for the following Linux operating systems:
- Ubuntu 16.04, 18.04, 20.04
- Debian 9, 10
- CentOS / Red Hat Enterprise Linux 7, 8
- CentOS 7
- Red Hat Enterprise Linux 7, 8
- openSUSE 42.3, 15.1, 15.2, 15.3
- SUSE Linux Enterprise 12, 15 SP1, 15 SP2, 15 SP3
@ -96,7 +97,7 @@ Download the rpm package:
# CentOS / RHEL 7
wget https://cdn.rstudio.com/r/centos-7/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
# CentOS / RHEL 8
# RHEL 8
wget https://cdn.rstudio.com/r/centos-8/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
```