Open x1ddos opened 5 months ago
at the moment, changes are verified with git pull --verify-signatures in https://github.com/nakamochi/sysupdates/blob/2290644e/update.sh#L40 which runs gpg-verify.
git pull --verify-signatures
but the keys which sign commits must first be marked as trusted in the gpg keychain.
@kristapsk you'll need this first, to be able to push updates to devices. otherwise, they'll refuse when seeing a new commit signed by an unknown key (yours).
at the moment, changes are verified with
git pull --verify-signatures
in https://github.com/nakamochi/sysupdates/blob/2290644e/update.sh#L40 which runs gpg-verify.but the keys which sign commits must first be marked as trusted in the gpg keychain.