We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b537a commit 9e547a1Copy full SHA for 9e547a1
fabfile.py
@@ -80,8 +80,8 @@ def sub_add_repos():
80
"""Adds any repositories needed to install packages"""
81
if not exists('/etc/apt/sources.list.d/cran.list', use_sudo=True):
82
# Add the repository for R
83
- sudo('sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys '
84
- 'E084DAB9')
+ sudo('sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 '
+ '--recv-keys E084DAB9')
85
run('sudo sh -c "echo \'deb http://cran.rstudio.com/bin/linux/ubuntu '
86
'trusty/\' >> /etc/apt/sources.list.d/cran.list"')
87
0 commit comments