Skip to content

Instantly share code, notes, and snippets.

@atiw003
Forked from CerebralMastication/bootstrap.sh
Created January 21, 2011 09:57
Show Gist options
  • Save atiw003/789488 to your computer and use it in GitHub Desktop.
Save atiw003/789488 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