mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
add some comments to sbopkg
This commit is contained in:
parent
df6f38a5bf
commit
1f626db742
@ -184,6 +184,7 @@ Which one would you like to use?" 10 60 2 \
|
|||||||
"Local" "Use the local SlackBuild" 2>$TMP/sbopkg_bld_selection
|
"Local" "Use the local SlackBuild" 2>$TMP/sbopkg_bld_selection
|
||||||
|
|
||||||
if [ $? = 1 ]; then
|
if [ $? = 1 ]; then
|
||||||
|
# Need this to get back to $APP info menu
|
||||||
SLACKBUILD="cancel"
|
SLACKBUILD="cancel"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
@ -198,6 +199,8 @@ Which one would you like to use?" 10 60 2 \
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
# Need to add a way for cli users to make the same choice;
|
||||||
|
# defaults to original SlackBuild for now
|
||||||
SLACKBUILD="original"
|
SLACKBUILD="original"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user