6 lines
63 B
Bash
6 lines
63 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
dirmngr &
|
||
|
pacman-key --init
|
||
|
pacman-key --populate
|