Created
November 16, 2017 18:48
-
-
Save khushalbokadey/15c92c3f309bdb5920aca7da12340ae2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 list | \ | |
grep "expired: " | \ | |
sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | \ | |
xargs -n1 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment