Merge pull request #183 from rstudio/fix/readme-fedora-urls
This commit is contained in:
commit
c74f362d60
1 changed files with 2 additions and 2 deletions
|
|
@ -152,10 +152,10 @@ 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_amd64.rpm
|
||||
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_amd64.rpm
|
||||
curl -O https://cdn.posit.co/r/fedora-38/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
|
||||
```
|
||||
|
||||
Then install the package:
|
||||
|
|
|
|||
Loading…
Reference in a new issue