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
|