Created
February 23, 2013 10:58
-
-
Save azurestone/5019310 to your computer and use it in GitHub Desktop.
ubuntu securiy update
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 cp /etc/apt/sources.list /etc/apt/security.sources.list | |
| # securityセクションのみ残す | |
| sudo vim /etc/apt/security.sources.list | |
| sudo apt-get upgrade -o Dir::Etc::SourceList=/etc/apt/security.sources.list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment