Skip to content

Commit

Permalink
Revert "refactor: remove workaround for old RStudio Sever" (#864)
Browse files Browse the repository at this point in the history
Reverts #863

At least in the current version, the RStudio IDE 2024.09 for noble
points to the URL for jammy, so it appears that it is necessary to use
the download links for jammy.
  • Loading branch information
eitsupi authored Oct 8, 2024
1 parent 6e045ef commit 8cd5d36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/install_rstudio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ if [ "$UBUNTU_CODENAME" = "focal" ]; then
UBUNTU_CODENAME="bionic"
fi

if [ "$UBUNTU_CODENAME" = "noble" ]; then
UBUNTU_CODENAME="jammy"
fi

if [ "$RSTUDIO_VERSION" = "stable" ] || [ "$RSTUDIO_VERSION" = "preview" ] || [ "$RSTUDIO_VERSION" = "daily" ]; then
if [ "$UBUNTU_CODENAME" = "bionic" ]; then
UBUNTU_CODENAME="focal"
Expand Down

0 comments on commit 8cd5d36

Please sign in to comment.