From ed9f9433cc399b15ee01d671d96fab2b1b3c006c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Sat, 24 Feb 2024 11:20:29 +0100 Subject: [PATCH] Update README for Fedora 39 update Dropping Fedora 37, now EOL, adding Fedora 39, now that the R packages are available. [ci skip] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40604ca..2ea5dc3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ R binaries are built for the following Linux operating systems: - openSUSE 15.5 - SUSE Linux Enterprise 15 SP4 - SUSE Linux Enterprise 15 SP5 -- Fedora 37, 38 +- Fedora 38, 39 Operating systems are supported until their vendor end-of-support dates, which can be found on the [Posit Platform Support](https://posit.co/about/platform-support/) @@ -157,11 +157,11 @@ sudo zypper --no-gpg-checks install R-${R_VERSION}-1-1.x86_64.rpm Download the rpm package: ```bash -# Fedora 37 -curl -O https://cdn.posit.co/r/fedora-37/pkgs/R-${R_VERSION}-1-1.x86_64.rpm - # Fedora 38 curl -O https://cdn.posit.co/r/fedora-38/pkgs/R-${R_VERSION}-1-1.x86_64.rpm + +# Fedora 39 +curl -O https://cdn.posit.co/r/fedora-39/pkgs/R-${R_VERSION}-1-1.x86_64.rpm ``` Then install the package: