Skip to content

Make sure apk doesn't go into interactive mode

Oliver Smith requested to merge apk-no-interactive into master

Recent versions of postmarketOS configure apk to ask for confirmation (empty /etc/apk/interactive file). Make sure we always run it non-interactively in that script for better usability, we already ask once for confirmation before doing anything.

Merge request reports