diff options
-rwxr-xr-x | build-isos | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ case "$(hostname -s)" in ) for iso in ${isos}; do - gpg --batch --no-tty --detach-sign "${iso}" </dev/null + gpg --local-user '33CA3597B0D161AAE4173F65C17F1214114574A4' --batch --no-tty --detach-sign "${iso}" </dev/null done sha512sum ${isos} >> sha512sums md5sum ${isos} >> md5sums |