diff options
| author | ruki <[email protected]> | 2020-09-08 23:03:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-08 23:03:18 +0800 |
| commit | c7a9ee188852f809ca31d0616f5a5513da846f6a (patch) | |
| tree | 9d0abec8bca3db10b66d47ddded01d343c51f138 /scripts/makeppa | |
| parent | b06850e9a3839c125c452eb8be8fcc99544a144b (diff) | |
update makeppa
Diffstat (limited to 'scripts/makeppa')
| -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 - +# |
