diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stats.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stats.sh b/src/stats.sh index b7e927a..61eb3ef 100644 --- a/src/stats.sh +++ b/src/stats.sh @@ -16,10 +16,6 @@ show_xipkg_stats () { installed=$((installed+1)) done - if [ "$repo" = "xi" ]; then - installed=35 - fi - printf "${LIGHT_WHITE}%-7s${GREEN}%*s${LIGHT_WHITE}/%s\n" $repo 10 $installed $total done |