From c7a9ee188852f809ca31d0616f5a5513da846f6a Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 8 Sep 2020 23:03:18 +0800 Subject: update makeppa --- scripts/makeppa | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/makeppa b/scripts/makeppa index 9618e9d71..2a8897567 100755 --- a/scripts/makeppa +++ b/scripts/makeppa @@ -108,3 +108,7 @@ done # build package and upload ppa to launchpad.net # https://launchpad.net/~xmake-io/+archive/ubuntu/xmake # +# recv and import key on ubuntu +# gpg --keyserver keyserver.ubuntu.com --recv 2C0C68C9 +# gpg --export --armor 2C0C68C9 | sudo apt-key add - +# -- cgit v1.3.1