Mettre à jour 'install.sh'

This commit is contained in:
Erreur32 2018-03-16 12:29:33 +01:00
parent f20647d1a6
commit 9442b53ab3
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ echo -e "\e[34m Check required dependencies ! (need to be installed)"
else
echo -e " \e[34m- Select option 1 \e[91m Missing package !! \e[0m\n"
fi
if hash build-dep 2>/dev/null; then
if [ -f "/usr/share/build-essential" ]
then
echo -e " \e[34m- build-dep \e[32m✔ installed.\e[0m"
else
echo -e " \e[34m- build-dep \e[1;31mSelect option 1 \e[91m Missing package !!\e[0m"