Skip to content

Commit

Permalink
Merge pull request #11 from lareq/master
Browse files Browse the repository at this point in the history
Fix for enigma2 systems - "Not selecting" shown |   1 | Not  |libpcrecpp0   |as   |
  • Loading branch information
tavinus authored Oct 20, 2020
2 parents 183bfc1 + 8f759df commit 81b6067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opkg-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ opkg_update() {
# get list of upgradable packages
opkg_upgradable() {
message_starts "Getting upgradable packages list"
PACKS="$($OPKGBIN list-upgradable | sort | grep -v 'marked HOLD or PREFER')"
PACKS="$($OPKGBIN list-upgradable | sort | grep -v -e 'marked HOLD or PREFER' -e 'Not selecting')"
#[ $? -eq 0 ] || rt_exception $'Error when trying list upgradable packages. Permissions?\n'
#PACKS="$(cat pkg-example.txt)" # testing
if ! is_empty "$PACKS"; then
Expand Down

0 comments on commit 81b6067

Please sign in to comment.