1
0
Fork 0
mirror of synced 2024-06-01 14:51:09 -04:00

Disable the pacman-init service prior to initializing the keyrings again

This commit is contained in:
dr460nf1r3 2021-04-06 18:57:13 +02:00
parent 0a9e2b22ea
commit 368a5dc8ab
No known key found for this signature in database
GPG key ID: BE75B9D9767036C2

View file

@ -43,6 +43,7 @@ post_upgrade() {
echo "" echo ""
msg "Deactivating pacman-init & initializing keyrings" msg "Deactivating pacman-init & initializing keyrings"
echo "" echo ""
systemctl disable --now pacman-init
pacman-key --init pacman-key --init
pacman-key --populate chaotic pacman-key --populate chaotic
pacman-key --populate archlinux pacman-key --populate archlinux