Fixed issue where blackarch keyring wasn't installing properly. missing pacman-key --init to fix permission issues
This commit is contained in:
parent
8d41b74bdd
commit
32df63f582
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in New Issue