main/postmarketos-base: depend on the keys package (MR 2477)
Have the keys be packagemanaged by default instead of preloading it once with pmbootstrap
This commit is contained in:
parent
6319a1ec4b
commit
0a4645eaec
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
pkgname=postmarketos-base
|
||||
pkgver=14
|
||||
pkgver=15
|
||||
pkgrel=0
|
||||
pkgdesc="Meta package for minimal postmarketOS base"
|
||||
url="https://postmarketos.org"
|
||||
|
@ -11,6 +11,7 @@ depends="
|
|||
openssh
|
||||
postmarketos-mkinitfs
|
||||
postmarketos-mvcfg
|
||||
postmarketos-keys
|
||||
sudo
|
||||
"
|
||||
install="$pkgname.post-install $pkgname.pre-upgrade $pkgname.post-upgrade"
|
||||
|
|
Loading…
Reference in a new issue