7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
haveged -w 1024
|
||
|
pacman-key --init
|
||
|
pkill haveged
|
||
|
pacman-key --populate
|