# Packaging Wild Central ## Installation ### APT Repository (recommended) ```bash # Import the signing key curl -fsSL https://aptly.cloud.payne.io/public.key \ | gpg --dearmor | sudo tee /usr/share/keyrings/wild.gpg > /dev/null # Add the repository sudo tee /etc/apt/sources.list.d/wild.sources <