Created
September 5, 2018 03:26
-
-
Save rizrmd/2d93381824a286f695b7fbd714d90a0f to your computer and use it in GitHub Desktop.
pubkey fix deepin
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-get update 2>&1 | | |
| sed -ne 's?^.*NO_PUBKEY ??p' | | |
| xargs -r -- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment