mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-27 19:58:24 +01:00
Drop _SBo from new version display in info_item menu for testing purposes. It should be fine, and works well in my testing, but I don't have many non-SBo packages installed so I may not pick up on any unintended consequences. Thanks to Erik Hanson for the suggestion.
This commit is contained in:
parent
64ca3948a9
commit
437e26207b
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ if [ "$IPACKAGE" = "" ]; then
|
||||||
else
|
else
|
||||||
JPACKAGE="Install $IPACKAGE"
|
JPACKAGE="Install $IPACKAGE"
|
||||||
fi
|
fi
|
||||||
KPACKAGE="$(basename $(ls -1t /var/log/packages/*_SBo | grep -hZm1 $APP))"
|
KPACKAGE="$(basename $(ls -1t /var/log/packages/* | grep -hZm1 $APP))"
|
||||||
if [ "$KPACKAGE" = "" ]; then
|
if [ "$KPACKAGE" = "" ]; then
|
||||||
LPACKAGE="$APP (Not Installed)"
|
LPACKAGE="$APP (Not Installed)"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue