Skip to content

Instantly share code, notes, and snippets.

@davidski
Forked from CerebralMastication/bootstrap.sh
Created July 10, 2014 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidski/720ded50f93370eb7588 to your computer and use it in GitHub Desktop.
Save davidski/720ded50f93370eb7588 to your computer and use it in GitHub Desktop.
#!/bin/bash
#debian R upgrade
echo "deb http://streaming.stat.iastate.edu/CRAN/bin/linux/debian lenny-cran/" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -t lenny-cran install --yes --force-yes r-base r-base-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment