Created
October 10, 2017 09:15
-
-
Save abhinavkorpal/182714378dbfd86b24d91a35f8304771 to your computer and use it in GitHub Desktop.
Shell Script for Upgrade Ubuntu via APT in one step
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 -o Dir::Etc::SourceList=/etc/apt/security.sources.list | |
sudo apt-get upgrade -o Dir::Etc::SourceList=/etc/apt/security.sources.list | |
sudo apt-get autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment