Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shaneturner/8f35d4a739a9821a4aa0119ab0ed8690 to your computer and use it in GitHub Desktop.
Save shaneturner/8f35d4a739a9821a4aa0119ab0ed8690 to your computer and use it in GitHub Desktop.
apt auto update and clean
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