Add linuxmint to checkdeps

This commit is contained in:
dolorosus 2017-10-31 10:54:26 +01:00 committed by GitHub
parent 9aae246d3c
commit c712e33266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ if [ -n "$need" ]; then
echo "**** You seem to use a $DISTRO system ****"
case "$DISTRO" in
ubuntu|debian|\"elementary\")
ubuntu|debian|linuxmint|\"elementary\")
get_yes_no && sudo apt-get install $need_pkg
;;
fedora|centos|rhel)