1 Commits
0.3 ... 0.3.1

Author SHA1 Message Date
udeved
c9fbed1f2d pacman-init: use artix keyring 2017-08-06 21:28:21 +02:00

View File

@@ -12,6 +12,6 @@ depend() {
start() {
ebegin "Running pacman initialization"
/usr/bin/pacman-key --init &> /dev/null
/usr/bin/pacman-key --populate archlinux cromnix &> /dev/null
/usr/bin/pacman-key --populate archlinux artix &> /dev/null
eend $?
}