Add builds for Debian 11
This commit is contained in:
parent
5904663b70
commit
3a1b8a2a10
1 changed files with 116 additions and 2 deletions
|
|
@ -64,6 +64,9 @@ wget https://cdn.rstudio.com/r/debian-9/pkgs/r-${R_VERSION}_1_amd64.deb
|
|||
|
||||
# Debian 10
|
||||
wget https://cdn.rstudio.com/r/debian-10/pkgs/r-${R_VERSION}_1_amd64.deb
|
||||
|
||||
# Debian 11
|
||||
wget https://cdn.rstudio.com/r/debian-11/pkgs/r-${R_VERSION}_1_amd64.deb
|
||||
```
|
||||
|
||||
Then install the package:
|
||||
|
|
|
|||
Loading…
Reference in a new issue