Raw File
install_dependencies.sh
#!/bin/bash
apt-get -y update
apt-get -y install r-base
apt-get -y install libcurl4-openssl-dev
xhost +
back to top