Update RStudio references to Posit

This commit is contained in:
Greg Lin 2022-11-30 15:58:14 -06:00
commit 744b8d2a18

View file

@ -27,7 +27,7 @@ if [[ $(id -u) != "0" ]]; then
fi
# The root of the S3 URL for downloads
CDN_URL='https://cdn.rstudio.com/r'
CDN_URL='https://cdn.posit.co/r'
# The URL for listing available R versions
VERSIONS_URL="${CDN_URL}/versions.json"