Skip to content

Commit

Permalink
Update download_rstudio.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg1969 authored Jun 14, 2024
1 parent ae23bdc commit 1d55b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_rstudio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "+------------------------+"
echo "| AE5 RStudio Downloader |"
echo "+------------------------+"

[ $RSTUDIO_VERSION ] || RSTUDIO_VERSION=2024.04.1-748
[ $RSTUDIO_VERSION ] || RSTUDIO_VERSION=2024.04.1-764
echo "- Target version: ${RSTUDIO_VERSION}"

if [[ -n "$TOOL_PROJECT_URL" && -d data ]]; then
Expand Down

0 comments on commit 1d55b00

Please sign in to comment.