0.6r7 - Stable
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user