diff --git a/lib/resources.sh b/lib/resources.sh index 0310795..78fe1df 100644 --- a/lib/resources.sh +++ b/lib/resources.sh @@ -68,12 +68,16 @@ function error_not_install() function executer() { + wheel true & + WPID=$! if [ -x "$(command -v $1)" ] then "$@" else error_not_install $1 fi + disown $WPID + kill $WPID &> /dev/null } function complete_install(){