5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
haveged -w 1024
|
|
pacman-key --init
|
|
pkill haveged
|
|
pacman-key --populate archlinux
|