mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
Missed fix counter on 'slackpkg download' method
Thanks to chrisretusn
This commit is contained in:
parent
76ce9a2281
commit
74d9d1878a
1 changed files with 1 additions and 1 deletions
|
@ -1503,7 +1503,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
else # other than 'upgrade'
|
||||
|
||||
for i in $1; do
|
||||
printf "%10s\b\b\b\b\b\b\b\b\b\b" "[$c/$q]"
|
||||
printf "%11s\b\b\b\b\b\b\b\b\b\b" "[$c/$q]"
|
||||
let c++
|
||||
TMPONOFF=$ONOFF
|
||||
REPOPOS=$(grep -m1 " $(echo $i|sed 's/\.t.z//') " $TMPDIR/pkglist|awk '{print $1}'|sed 's/SLACKPKGPLUS_//')
|
||||
|
|
Loading…
Reference in a new issue