Commit 5cf0c90e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repo-addkey: hide extra requires

parent 4eff3a32
......@@ -155,7 +155,7 @@ __epm_addkey_deb()
local tmpfile=$(__epm_get_file_from_url $url) || fatal
if cat $tmpfile | head -n3 | grep -- "-----BEGIN PGP PUBLIC KEY BLOCK-----" ; then
# This is a GnuPG extension to OpenPGP
cat $tmpfile | gpg --dearmor >$tmpfile
cat $tmpfile | a= gpg --dearmor >$tmpfile
fi
sudocmd apt-key add $tmpfile
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment