Disable the pacman-init service prior to initializing the keyrings again
This commit is contained in:
parent
0a9e2b22ea
commit
368a5dc8ab
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue