Advertisement
twodogsdave

mint_update_script

Jun 1st, 2025
3
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. clear
  3.  
  4. Black='\033[1;30m' # Black
  5. Red='\033[1;31m' # Red
  6. Green='\033[1;32m' # Green
  7. Yellow='\033[1;33m' # Yellow
  8. Blue='\033[1;34m' # Blue
  9. Purple='\033[1;35m' # Purple
  10. Cyan='\033[1;36m' # Cyan
  11. White='\033[1;37m' # White
  12.  
  13. NC='\033[0m' # No Color
  14. printf ${Blue}"
  15. ███╗ ███╗██╗███╗ ██╗████████╗
  16. ████╗ ████║██║████╗ ██║╚══██╔══╝
  17. ██╔████╔██║██║██╔██╗ ██║ ██║
  18. ██║╚██╔╝██║██║██║╚██╗██║ ██║
  19. ██║ ╚═╝ ██║██║██║ ╚████║ ██║
  20. ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ╚═╝
  21.  
  22. ██╗ ██╗██████╗ ██████╗ ██████╗ █████╗ ██████╗ ███████╗
  23. ██║ ██║██╔══██╗██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██╔════╝
  24. ██║ ██║██████╔╝██║ ███╗██████╔╝███████║██║ ██║█████╗
  25. ██║ ██║██╔═══╝ ██║ ██║██╔══██╗██╔══██║██║ ██║██╔══╝
  26. ╚██████╔╝██║ ╚██████╔╝██║ ██║██║ ██║██████╔╝███████╗
  27. ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚══════╝"
  28. echo ""
  29. printf ${NC}
  30. sudo apt update && sudo apt upgrade && flatpak update
  31. echo ""
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement