fix: keyring fetch path -> Euri-Linux/euri-packages/euri-keyring/euri.gpg

This commit is contained in:
2026-08-21 22:05:15 +02:00
parent 11706db546
commit b65f1a37eb
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Bootstrap Euri package signing key - name: Bootstrap Euri package signing key
run: | run: |
KEY_FINGERPRINT=AA644A095D2AF5F950FADB57C51BFE8D3A985236 KEY_FINGERPRINT=AA644A095D2AF5F950FADB57C51BFE8D3A985236
curl -fsSL -o /tmp/euri.gpg https://antergos-nas.taild4360b.ts.net/Antergos-NeXT/antergos-packages/raw/branch/master/packages/antergos-next-keyring/antergos-next.gpg curl -fsSL -o /tmp/euri.gpg https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages/raw/branch/master/packages/euri-keyring/euri.gpg
pacman-key --init pacman-key --init
pacman-key --add /tmp/euri.gpg pacman-key --add /tmp/euri.gpg
gpg --homedir /etc/pacman.d/gnupg --batch --with-colons --fingerprint "$KEY_FINGERPRINT" | grep -q "fpr:::::::::$KEY_FINGERPRINT:" gpg --homedir /etc/pacman.d/gnupg --batch --with-colons --fingerprint "$KEY_FINGERPRINT" | grep -q "fpr:::::::::$KEY_FINGERPRINT:"