Added note about the current state of support for debian based systems to accurately reflect state of development

This commit is contained in:
Slater-Victoroff
2013-05-31 15:37:30 -04:00
parent c87e46969a
commit d7ba5db81a

View File

@@ -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.