Skip to content

Commit

Permalink
Ubuntu 22.04: update rstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed May 13, 2024
1 parent 402cbff commit 38f135a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/rstudio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ sudo apt install -y r-base
# shellcheck source=/dev/null
. /etc/lsb-release
if [ "$DISTRIB_RELEASE" == "20.04" ] ; then
# Don't bother updating RStudio on 20.04 anymore
wget https://s3.amazonaws.com/rstudio-ide-build/electron/focal/amd64/rstudio-2023.06.1-524-amd64.deb
sudo gdebi -n rstudio-2023.06.1-524-amd64.deb
elif [ "$DISTRIB_RELEASE" == "22.04" ] ; then
wget https://s3.amazonaws.com/rstudio-ide-build/electron/jammy/amd64/rstudio-2023.06.1-524-amd64.deb
sudo gdebi -n rstudio-2023.06.1-524-amd64.deb
wget https://download1.rstudio.org/electron/jammy/amd64/rstudio-2024.04.0-735-amd64.deb
sudo gdebi -n rstudio-2024.04.0-735-amd64.deb
else
echo "--------------------------------------------------------"
echo "RStudio - Unsupported Ubuntu version ${DISTRIB_RELEASE}"
Expand Down

0 comments on commit 38f135a

Please sign in to comment.