Skip to content

Instantly share code, notes, and snippets.

@7enderhead
Last active October 2, 2024 12:17
Show Gist options
  • Save 7enderhead/4524b058ae90fb566d13f08edd37fcc9 to your computer and use it in GitHub Desktop.
Save 7enderhead/4524b058ae90fb566d13f08edd37fcc9 to your computer and use it in GitHub Desktop.
Insync Repair Expired apt Key
sudo apt-key del ACCAF35C
cd /tmp
wget https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
sudo apt-key add ./repomd.xml.key
sudo apt-key list
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment