Add public key to configuration
This commit is contained in:
parent
66119adcb7
commit
b494347e65
|
@ -9,6 +9,7 @@ makedepends="fastd"
|
|||
|
||||
build() {
|
||||
printf 'secret "%s";\n' "$(fastd --generate-key --machine-readable)" > secret.conf
|
||||
printf '# PubKey %s\n' "$(fastd -c secret.conf --show-key --machine-readable)" >> secret.conf
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in New Issue