diff --git a/main/postmarketos-base/APKBUILD b/main/postmarketos-base/APKBUILD index 93bd239f8..ccbb386ea 100644 --- a/main/postmarketos-base/APKBUILD +++ b/main/postmarketos-base/APKBUILD @@ -1,6 +1,6 @@ pkgname=postmarketos-base -pkgver=21 -pkgrel=2 +pkgver=22 +pkgrel=0 pkgdesc="Meta package for minimal postmarketOS base" url="https://postmarketos.org" arch="noarch" diff --git a/main/postmarketos-base/postmarketos-base.post-install b/main/postmarketos-base/postmarketos-base.post-install index ec049f2ca..ae448f3a3 100644 --- a/main/postmarketos-base/postmarketos-base.post-install +++ b/main/postmarketos-base/postmarketos-base.post-install @@ -24,5 +24,8 @@ done mkdir -p /run/openrc touch /run/openrc/shutdowntime +# Make apk interactive by default +touch /etc/apk/interactive + exit 0