ba3a509403
This reverts commit 5841c57d71
.
8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
amf_return=0
|
|
|
|
dirmngr &
|
|
pacman-key --populate || amf_return=1
|
|
pacman-key --refresh-keys || amf_return=1
|