Fixed issue where blackarch keyring wasn't installing properly. missing pacman-key --init to fix permission issues

This commit is contained in:
Anton Hvornum 2019-09-24 16:53:34 +02:00
parent 8d41b74bdd
commit 32df63f582
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
"chmod +x strap.sh" : null,
"sh strap.sh" : {"debug" : true},
"rm -rf /etc/pacman.d/gnupg" : null,
"pacman-key --init" : null,
"pacman-key --populate" : null,
"pacman-key --update" : null,
"sh strap.sh" : {"debug" : true},