Skip to content

Commit

Permalink
Issue #1175: use keyserver.ubuntu.com (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkarve15 committed May 2, 2024
1 parent a84a7eb commit 90d52f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstudio/rstudio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if [[ "${ROLE}" == 'Master' ]]; then

# Install RStudio Server
REPOSITORY_KEY=95C0FAF38DB3CCAD0C080A7BDC78B2DDEABC47B7
run_with_retries apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys ${REPOSITORY_KEY}
run_with_retries apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ${REPOSITORY_KEY}
# https://cran.r-project.org/bin/linux/ubuntu/
if [[ "${OS_ID}" == "ubuntu" ]]; then
curl -fsSL --retry-connrefused --retry 10 --retry-max-time 30 https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
Expand Down

0 comments on commit 90d52f8

Please sign in to comment.