Created
January 27, 2015 19:48
-
-
Save adamenger/73c087685a7855b63ff1 to your computer and use it in GitHub Desktop.
one-liner for updating CVE-2015-0235
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 && sudo apt-get install --only-upgrade libc6 -y && dpkg -s libc6 | grep Version && ./CVE-2015-0235 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment