Skip to content

Instantly share code, notes, and snippets.

@ShooShoSha
Created December 10, 2019 18:23
Show Gist options
  • Save ShooShoSha/1ce3a843a07c803d2fbdbbcc52b474f3 to your computer and use it in GitHub Desktop.
Save ShooShoSha/1ce3a843a07c803d2fbdbbcc52b474f3 to your computer and use it in GitHub Desktop.
Simple script to update
sudo -s -- <<APT
apt-get update
apt-get upgrade -y
apt-get autoremove -y
apt-get autoclean -y
APT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment