Action Required: Update Repository Key

Dear users,

There has been an update to our repository's GPG key. Please follow these steps to update your systems to ensure you can continue to receive updates:

Step 1: Download and Add the New GPG Key

Open your terminal and run the following command to download and install the new public key:

curl -fsSL https://deb.linckraker.com/repos/apt/debian/gpg | sudo gpg --dearmor --yes -o /usr/share/keyrings/linckraker-archive-keyring.gpg

Note: This command replaces any old key file and should resolve the GPG error.

Step 2: Update Your Package List

After the key has been installed, run the standard update command to refresh your package list:

sudo apt update

You should no longer see any GPG errors. Thank you for your cooperation!