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

This commit is contained in:
don bright 2016-09-14 22:27:23 -05:00
commit 7b43c83abb

View file

@ -171,6 +171,8 @@ if [ -e /etc/issue ]; then
get_ubuntu_14_deps
elif [ "`grep -i ubuntu.1[6-9] /etc/issue`" ]; then
get_ubuntu_16_deps
elif [ "`grep -i "KDE neon 5.7" /etc/issue`" ]; then
get_ubuntu_16_deps
elif [ "`grep -i ubuntu /etc/issue`" ]; then
get_debian_deps
elif [ "`grep -i elementary.*freya /etc/issue`" ]; then