Browse Source

0.6r7 - Stable

pull/3/head
Gustavo Adolfo Mesa Roldán 3 years ago
parent
commit
0bfa956345
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      lib/resources.sh

+ 4
- 0
lib/resources.sh 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(){


Loading…
Cancel
Save