Script to install system-wide updates
#!/bin/sh | |
# Script to install system-wide updates | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get dist-upgrade | |
sudo apt-get autoremove | |
sudo apt-get clean | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment