Move update-keyring to the beginning

This commit is contained in:
Ryan Hughes
2025-10-28 01:43:25 -04:00
parent f3c816fe85
commit d5a8f1b06b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,8 +0,0 @@
echo "Installing omarchy-keyring to ensure package signature verification"
if omarchy-pkg-missing omarchy-keyring || ! sudo pacman-key --list-keys 40DFB630FF42BCFFB047046CF0134EE680CAC571 &>/dev/null; then
sudo pacman-key --recv-keys 40DFB630FF42BCFFB047046CF0134EE680CAC571 --keyserver keys.openpgp.org
sudo pacman-key --lsign-key 40DFB630FF42BCFFB047046CF0134EE680CAC571
omarchy-pkg-add omarchy-keyring
sudo pacman-key --list-keys 40DFB630FF42BCFFB047046CF0134EE680CAC571
fi