Skip to content

Instantly share code, notes, and snippets.

@greyltc
Last active May 24, 2025 17:21
Show Gist options
  • Save greyltc/449f50d862913238a857b8855129701e to your computer and use it in GitHub Desktop.
Save greyltc/449f50d862913238a857b8855129701e to your computer and use it in GitHub Desktop.
install ALARM keyring
#!/usr/bin/env bash
# bash <(curl -sL https://gist.githubusercontent.com/greyltc/449f50d862913238a857b8855129701e/raw/b70b0af31518f894b120ca79be56b6b2af1556dc/install-alarm-keyring.sh)
bash <(curl -sL https://raw.githubusercontent.com/greyltc/build-arch-packages-action/7a7acb293a10165a479ed812f8e5be4bc12ff630/makepkg-url.sh) \
"https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/refs/heads/master/core/archlinuxarm-keyring/{PKGBUILD,archlinuxarm-keyring.install,archlinuxarm-revoked,archlinuxarm-trusted,archlinuxarm.gpg}" \
--install --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment