Merge branch 'master' of github.com:openscad/openscad

epec-fast
Don Bright 2013-06-07 15:25:30 -04:00
commit 47f0745ef1
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ if [ -e /etc/issue ]; then
get_debian_deps
elif [ "`grep -i debian /etc/issue`" ]; then
get_debian_deps
elif [ "`grep -i mint /etc/issue`" ]; then
get_debian_deps
elif [ "`grep -i suse /etc/issue`" ]; then
get_opensuse_deps
elif [ "`grep -i fedora /etc/issue`" ]; then