Making .deb files: Difference between revisions

Jump to navigation Jump to search
m
Line 64: Line 64:
===Add GPG public key to system APT keyring for testing===
===Add GPG public key to system APT keyring for testing===
<syntaxhighlight lang="shell">
<syntaxhighlight lang="shell">
gpg --yes -o /etc/apt/keyrings/homeseer-key.gpg --dearmor /etc/apt/keyrings/homeseer-key.asc
gpg --yes -o /etc/apt/keyrings/homeseer_key.gpg --dearmor /etc/apt/keyrings/homeseer_key.asc
rm /etc/apt/keyrings/homeseer-key.asc
rm /etc/apt/keyrings/homeseer-key.asc
chown root:root /etc/apt/keyrings/homeseer-key.gpg
chown root:root /etc/apt/keyrings/homeseer_key.gpg
chmod ugo+r /etc/apt/keyrings/homeseer-key.gpg
chmod ugo+r /etc/apt/keyrings/homeseer_key.gpg
chmod go-w /etc/apt/keyrings/homeseer-key.gpg
chmod go-w /etc/apt/keyrings/homeseer_key.gpg
</syntaxhighlight>
</syntaxhighlight>


Navigation menu