Add progress bar when running apk commands (MR 1996)

This adds a progress bar when running apk commands both inside and
outside of the chroot.

Closes: #1700
This commit is contained in:
Johannes Marbach 2020-11-27 20:45:22 +01:00 committed by Oliver Smith
parent 705b71d89e
commit bbf0a70e5b
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
9 changed files with 173 additions and 4 deletions

View file

@ -74,6 +74,7 @@ py_files="
pmb/export/symlinks.py
pmb/flasher/__init__.py
pmb/helpers/__init__.py
pmb/helpers/apk.py
pmb/helpers/aportupgrade.py
pmb/helpers/args.py
pmb/helpers/file.py