diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-06-07 19:25:30 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-06-07 19:25:30 (GMT) |
commit | 47f0745ef17f0f1ba39ce2c667472513c51a8905 (patch) | |
tree | 8664cfec0d3638639a59e575fc7a3e52d8ba536a /scripts | |
parent | 0df515b46696d95a4c50bb9383105bef2f78236e (diff) | |
parent | 0d448ff3cdf2958f6721dd5ae705b7f81d54acf0 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/uni-get-dependencies.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/uni-get-dependencies.sh b/scripts/uni-get-dependencies.sh index f5ace44..54e63d5 100755 --- a/scripts/uni-get-dependencies.sh +++ b/scripts/uni-get-dependencies.sh @@ -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 |