fixed packages
This commit is contained in:
commit
38cc6c74a0
|
@ -15,7 +15,7 @@ function package_installed() {
|
||||||
show_message "package\033[1;36m $1\e[0m is installed..."
|
show_message "package\033[1;36m $1\e[0m is installed..."
|
||||||
else
|
else
|
||||||
warning "package\033[1;33m $1\e[0m is not installed."
|
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
|
if [ "$question_result" == "no" ];then
|
||||||
echo "exit..."
|
echo "exit..."
|
||||||
exit 5
|
exit 5
|
||||||
|
|
Loading…
Reference in New Issue