Created
December 17, 2023 09:39
-
-
Save joaomvfsantos/e4b6fb2b58ac61bb8cf30b99f0a86ecf to your computer and use it in GitHub Desktop.
Linux update script
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/bash | |
sudo apt-get -y update | |
sudo apt-get -y upgrade | |
sudo apt-get -y dist-upgrade | |
sudo apt -y autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment