summaryrefslogtreecommitdiff
path: root/scripts/makeppa
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-08 23:03:18 +0800
committerruki <[email protected]>2020-09-08 23:03:18 +0800
commitc7a9ee188852f809ca31d0616f5a5513da846f6a (patch)
tree9d0abec8bca3db10b66d47ddded01d343c51f138 /scripts/makeppa
parentb06850e9a3839c125c452eb8be8fcc99544a144b (diff)
update makeppa
Diffstat (limited to 'scripts/makeppa')
-rwxr-xr-xscripts/makeppa4
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 -
+#