Skip to content

Commit

Permalink
Actually do the update
Browse files Browse the repository at this point in the history
  • Loading branch information
dajva committed May 5, 2024
1 parent 6975363 commit 0042a1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/keyring-update.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
(let ((package-check-signature nil))
(package-initialize)
(package-refresh-contents)
(package-install 'gnu-elpa-keyring-update)))
(package-install 'gnu-elpa-keyring-update)
(ignore-errors
(gnu-elpa-keyring-update))))

;;; keyring-update.el ends here

0 comments on commit 0042a1a

Please sign in to comment.