From d7ba5db81a01ba7748bd8192990049adfecf1eb9 Mon Sep 17 00:00:00 2001 From: Slater-Victoroff <slater.r.victoroff@gmail.com> Date: Fri, 31 May 2013 15:37:30 -0400 Subject: [PATCH] Added note about the current state of support for debian based systems to accurately reflect state of development --- scripts/create-dev-env.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/create-dev-env.sh b/scripts/create-dev-env.sh index fcc020a..4a9fcc0 100755 --- a/scripts/create-dev-env.sh +++ b/scripts/create-dev-env.sh @@ -228,6 +228,16 @@ case `uname -s` in distro=`lsb_release -cs` case $distro in wheezy|jessie|maya|olivia|nadia|precise|quantal) + warning "Debian support is not fully debugged. Assuming you have standard + development packages already working like scipy rvm, the + installation should go fine, but this is still a work in progress. + + Please report issues you have and let us know if you are able to figure + out any workarounds or solutions + + Press return to continue or control-C to abort" + + read dummy sudo apt-get install git ;; squeeze|lisa|katya|oneiric|natty|raring) warning "It seems like you're using $distro which has been deprecated. -- libgit2 0.26.0