diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-06-07 19:07:50 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-06-07 19:07:50 (GMT) |
commit | 0d448ff3cdf2958f6721dd5ae705b7f81d54acf0 (patch) | |
tree | 0a9fd2caa1a6005ffa0ce419d3c227c833c055f2 | |
parent | af89e263226174989bbd9d7ce993846c8fb6fc07 (diff) |
linux mint -> debian
-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 e2fdaa7..f0281d9 100755 --- a/scripts/uni-get-dependencies.sh +++ b/scripts/uni-get-dependencies.sh @@ -74,6 +74,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 |