0.6r7 - Stable

This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-10-03 14:37:32 +02:00
parent 667e00baea
commit 0bfa956345
+4
View File
@@ -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(){