Skip to content

Commit

Permalink
refactor: remove workaround for old RStudio Sever (#863)
Browse files Browse the repository at this point in the history
Fix #842
  • Loading branch information
eitsupi authored Oct 7, 2024
1 parent 1f96f7d commit 6e045ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/install_rstudio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ if [ "$UBUNTU_CODENAME" = "focal" ]; then
UBUNTU_CODENAME="bionic"
fi

# TODO: remove this workaround for Ubuntu 24.04
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 6e045ef

Please sign in to comment.