6 lines
92 B
Text
6 lines
92 B
Text
|
#!/bin/bash
|
||
|
haveged -w 1024
|
||
|
pacman-key --init
|
||
|
pkill haveged
|
||
|
pacman-key --populate archlinux
|