Elementaryos (#904)

* added elementary-os to ubuntu/debian in checkdeps

* now it also can find elementary os in case for installing package
This commit is contained in:
Michael Torp Kaalund 2017-01-29 11:06:42 +01:00 committed by Lukas Rusak
parent e512dd631e
commit d421848e19

View File

@ -100,7 +100,7 @@ if [ -n "$need" ]; then
echo "**** You seem to use a $DISTRO system ****"
case "$DISTRO" in
ubuntu|debian)
ubuntu|debian|\"elementary\")
read -p "would you like to install the needed tools ? (y/n) " ans
[ "$ans" = "y" ] && sudo apt-get install $need_pkg
;;