Created
May 16, 2019 11:18
-
-
Save shaneturner/8f35d4a739a9821a4aa0119ab0ed8690 to your computer and use it in GitHub Desktop.
apt auto update and clean
This file contains 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 -- sh -c 'apt update && apt upgrade -o Dpkg::Options::="--force-confold" --force-yes -y && apt autoremove -o Dpkg::Options::="--force-confold" --force-yes -y && apt autoclean -o Dpkg::Options::="--force-confold" --force-yes -y' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment