Skip to content

Instantly share code, notes, and snippets.

@hoanW
Last active September 8, 2020 19:00
Show Gist options
  • Save hoanW/fada4b2bf4f9f693d07420caf64e1c61 to your computer and use it in GitHub Desktop.
Save hoanW/fada4b2bf4f9f693d07420caf64e1c61 to your computer and use it in GitHub Desktop.
A small script to update software and auto-clean junk for Ubuntu.
#!/bin/bash
apt-get update
apt-get upgrade -y
apt-get autoremove -y
apt-get autoclean -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment