Created
January 4, 2022 15:56
-
-
Save franciscojsc/c1b9d50537e00fc048ee9c06f262c223 to your computer and use it in GitHub Desktop.
Script to update system Ubuntu with notify the finaly
This file contains hidden or 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 update && \ | |
| sudo apt -y upgrade && \ | |
| sudo apt -y autoremove && \ | |
| sudo apt -y autoclean && \ | |
| sudo apt -y clean && \ | |
| sudo apt update && \ | |
| sudo apt -y upgrade && \ | |
| notify-send "Update System - OK" -i "gnome-terminal" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment