diff --git a/install.sh b/install.sh index 33b7a6b..02f5c02 100755 --- a/install.sh +++ b/install.sh @@ -57,6 +57,8 @@ function displayCmd { if [ $? -ne 0 ]; then echo -e "\t---$(styleColor "red")Previous command failed!$(styleColorRst)---" + else + echo -e "- $2: $(styleColor "green")Done$(styleColorRst)" fi }