Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ENH: Install RCurl dependencies on Ubuntu
  • Loading branch information
pan14001 committed Aug 15, 2016
1 parent db1b579 commit 128d8b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cgi-updater-payload.sh
Expand Up @@ -26,6 +26,8 @@ EOF
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $key apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $key
apt-get update apt-get update
apt-get -y install r-base-dev apt-get -y install r-base-dev
# Dependencies of RCurl:
apt-get -y install libxml2-dev libcurl4-gnutls-dev
} }


python_install_packages() { python_install_packages() {
Expand Down

0 comments on commit 128d8b7

Please sign in to comment.