diff --git a/scripts/sharedFuncs.sh b/scripts/sharedFuncs.sh index a51d357..6f5d356 100755 --- a/scripts/sharedFuncs.sh +++ b/scripts/sharedFuncs.sh @@ -10,12 +10,12 @@ function package_installed() { else echo "false" fi - else + else if [ "$pkginstalled" -eq 0 ];then show_message "package\033[1;36m $1\e[0m is installed..." else warning "package\033[1;33m $1\e[0m is not installed." - ask_question "would you like to install it now?" "N" + ask_question "would you like to install it now?" "Y" if [ "$question_result" == "no" ];then echo "exit..." exit 5