diff options
| author | KunoiSayami <[email protected]> | 2021-11-03 20:10:23 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-03 20:10:23 +0800 |
| commit | 9d8366eeb58608452072ccf2ecd81c50c2dca3a9 (patch) | |
| tree | cb9c97ae1b87c31f8e031abce64bed3d2e61e676 /repo/.gpg_keys | |
| parent | 7833bbf7de0958551831b584464f67e4af3f6a1b (diff) | |
fix(script): [REBUILD] Fix deploy wrong condition
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'repo/.gpg_keys')
| -rw-r--r-- | repo/.gpg_keys/qemu-user-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/.gpg_keys/qemu-user-static b/repo/.gpg_keys/qemu-user-static index af11c08..80a104f 100644 --- a/repo/.gpg_keys/qemu-user-static +++ b/repo/.gpg_keys/qemu-user-static @@ -1,7 +1,7 @@ #!/bin/bash #gpg --recv-keys --keyserver pgp.mit.edu 3353C9CEF108B584 #curl https://keys.openpgp.org/vks/v1/by-fingerprint/CEACC9E15534EBABB82D3FA03353C9CEF108B584 | gpg --import -cat <<EOF | gpg --import +cat << EOF | gpg --import -----BEGIN PGP PUBLIC KEY BLOCK----- mQENBFJhQQ8BCAChk4A3y0VfqeGfuhBZK4nvpZP/cSIQntWDheF3Tx7m9CxEGbc+ |
