fix syntax error
This commit is contained in:
parent
7a01835bc4
commit
f798d676a1
@ -32,7 +32,7 @@ setupKeyring() {
|
||||
sudo pacman-key --populate archlinux
|
||||
|
||||
for key in ${KEYS[@]}; do
|
||||
if ! sudo pacman-key --list-keys | grep $key
|
||||
if ! sudo pacman-key --list-keys | grep $key; then
|
||||
gpg --receive-keys $key
|
||||
sudo pacman-key -r $key
|
||||
fi
|
||||
|
Reference in New Issue
Block a user