tazpkg diff modules/upgrade @ rev 870
tazpkg-notify: also use notify-send for desktop notifications
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Nov 23 04:52:58 2015 +0200 (2015-11-23) |
parents | 0560ba4306a1 |
children | d2e1b7133079 |
line diff
1.1 --- a/modules/upgrade Wed Sep 02 03:31:47 2015 +0300 1.2 +++ b/modules/upgrade Mon Nov 23 04:52:58 2015 +0200 1.3 @@ -27,7 +27,7 @@ 1.4 tmp_up_list=$(mktemp) 1.5 1.6 repo_number=1 1.7 -for repo in $(tazpkg call look_for_priority); do 1.8 +for repo in $PRIORITY; do 1.9 if [ "$repo" == "$PKGS_DB" ]; then 1.10 repo_name='Main' 1.11 else