282
edits
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/ | 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/ | chown root:root /etc/apt/keyrings/homeseer_key.gpg | ||
chmod ugo+r /etc/apt/keyrings/ | chmod ugo+r /etc/apt/keyrings/homeseer_key.gpg | ||
chmod go-w /etc/apt/keyrings/ | chmod go-w /etc/apt/keyrings/homeseer_key.gpg | ||
</syntaxhighlight> | </syntaxhighlight> | ||