-
- Downloads
chroot: apk: use apk.static in all cases
In 0b4fb911 (chroot: always run apk static v2 (MR 2423)) we adjusted install_run_apk() to run apk static on the host and pass in the local binary repo with "--repository". This function can call apk in two ways, either with the progress bar handling or without, the second case was never updated and still ran apk inside the chroot incorrectly. Signed-off-by:Caleb Connolly <caleb@postmarketos.org>
Please register or sign in to comment