Skip to content

Commit

Permalink
feat: add command to locally sign the niteo GPG key in the installati…
Browse files Browse the repository at this point in the history
…on instructions
  • Loading branch information
dz0ny committed Jan 18, 2025
1 parent 1b1823b commit 9867964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ <h3 class="text-lg font-semibold text-blue-600 mb-4">Installing</h3>
<button @click="navigator.clipboard.writeText($el.parentElement.innerText.replace('Copy', ''))"
class="absolute top-2 right-2 bg-blue-600 hover:bg-blue-700 text-white py-1 px-2 rounded text-xs">Copy</button>
curl -fsSL https://pkg.paretosecurity.com/paretosecurity.gpg | sudo pacman-key --add -<br>
sudo pacman-key --lsign-key info@niteo.co<br>
echo '[paretosecurity]' | sudo tee -a /etc/pacman.conf >/dev/null<br>
echo "Server = https://pkg.paretosecurity.com/aur/stable/$(uname -m)" | sudo tee -a /etc/pacman.conf
>/dev/null<br>
Expand Down

0 comments on commit 9867964

Please sign in to comment.