Last active
October 2, 2024 12:17
-
-
Save 7enderhead/4524b058ae90fb566d13f08edd37fcc9 to your computer and use it in GitHub Desktop.
Insync Repair Expired apt Key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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