Commit d7ba5db8 by Slater-Victoroff

Added note about the current state of support for debian based systems to…

Added note about the current state of support for debian based systems to accurately reflect state of development
parent c87e4696
...@@ -228,6 +228,16 @@ case `uname -s` in ...@@ -228,6 +228,16 @@ case `uname -s` in
distro=`lsb_release -cs` distro=`lsb_release -cs`
case $distro in case $distro in
wheezy|jessie|maya|olivia|nadia|precise|quantal) 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 ;; sudo apt-get install git ;;
squeeze|lisa|katya|oneiric|natty|raring) squeeze|lisa|katya|oneiric|natty|raring)
warning "It seems like you're using $distro which has been deprecated. warning "It seems like you're using $distro which has been deprecated.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment