pmaports/main/postmarketos-base/postmarketos-base.post-install

7 lines
83 B
Text
Raw Normal View History

#!/bin/sh -e
# Make apk interactive by default
touch /etc/apk/interactive
exit 0