Merge branch 'main' into feature/arm64

This commit is contained in:
Gábor Csárdi 2023-01-10 20:30:58 +01:00 committed by GitHub
commit fc4212278b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"