diff options
| -rwxr-xr-x | scripts/makeppa | 4 |
1 files changed, 4 insertions, 0 deletions
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 - +# |
