mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-29 20:34:47 +01:00
Fixed an issue with ALLOW32BIT
thanks phenixia2003
This commit is contained in:
parent
5d6c9656dc
commit
359efb974c
1 changed files with 4 additions and 0 deletions
|
@ -742,6 +742,10 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
fi
|
||||
done
|
||||
|
||||
if [[ "$CMD" == "upgrade" || "$CMD" == "upgrade-all" ]] && [ "$ALLOW32BIT" == "on" ] ; then
|
||||
ARCH="\($ARCH\)\|\([i]*[3456x]86[^_]*\)"
|
||||
fi
|
||||
|
||||
if [ "$CMD" == "install" ] || [ "$CMD" == "upgrade" ] || [ "$CMD" == "reinstall" ] || [ "$CMD" == "remove" ] ; then
|
||||
|
||||
NEWINPUTLIST=""
|
||||
|
|
Loading…
Add table
Reference in a new issue