diff --git a/README.md b/README.md index c7ebcf72..ce8002c2 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,9 @@ key](https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/wikis/home) is created for each file: ``` -gpg --sender "User Name " --detach-sign sitestatic/netboot/*.{efi,ipxe,lkrn} +for artifact in sitestatic/netboot/*.{efi,pxe,lkrn}; do + gpg --sender "User Name " --detach-sign "$artifact" +done ``` # Production Installation