diff options
| author | ruki <[email protected]> | 2021-04-09 00:37:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-04-09 00:37:12 +0800 |
| commit | 028232bde5a7f829c7865b94322275ba6eff0642 (patch) | |
| tree | 9a4496f4c7140150ea011da99420fc4cf4b4fd08 /scripts/makeppa | |
| parent | f42f0150eca0b59223eea69e0ba6f80415a3c401 (diff) | |
fix makeppa
Diffstat (limited to 'scripts/makeppa')
| -rwxr-xr-x | scripts/makeppa | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/makeppa b/scripts/makeppa index 0af565bc9..3f447958d 100755 --- a/scripts/makeppa +++ b/scripts/makeppa @@ -67,7 +67,7 @@ cat debian/changelog # build package echo "building package .." -debuild -S -k2C0C68C9 +debuild -S -k02713554FA2CE4AADA20AB23167A22F22C0C68C9 # check package echo "checking package .." @@ -117,3 +117,6 @@ rm -rf xmake-ppa # gpg --keyserver keyserver.ubuntu.com --recv 2C0C68C9 # gpg --export --armor 2C0C68C9 | sudo apt-key add - # +# show long key +# gpg --keyid-format long --list-keys [email protected] +# |
