Last active
May 8, 2018 07:21
-
-
Save Ashrafdev/8aec7b55a2bd33e21840440637435597 to your computer and use it in GitHub Desktop.
Server update & upgrade Ubuntu
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
#!/bin/sh | |
sudo apt -y update | |
sudo apt -y upgrade | |
sudo apt dist-upgrade | |
sudo apt -y autoremove | |
sudo apt -y autoclean | |
sudo ufw reload | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment