Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- clear
- Black='\033[1;30m' # Black
- Red='\033[1;31m' # Red
- Green='\033[1;32m' # Green
- Yellow='\033[1;33m' # Yellow
- Blue='\033[1;34m' # Blue
- Purple='\033[1;35m' # Purple
- Cyan='\033[1;36m' # Cyan
- White='\033[1;37m' # White
- NC='\033[0m' # No Color
- printf ${Blue}"
- ███╗ ███╗██╗███╗ ██╗████████╗
- ████╗ ████║██║████╗ ██║╚══██╔══╝
- ██╔████╔██║██║██╔██╗ ██║ ██║
- ██║╚██╔╝██║██║██║╚██╗██║ ██║
- ██║ ╚═╝ ██║██║██║ ╚████║ ██║
- ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ╚═╝
- ██╗ ██╗██████╗ ██████╗ ██████╗ █████╗ ██████╗ ███████╗
- ██║ ██║██╔══██╗██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██╔════╝
- ██║ ██║██████╔╝██║ ███╗██████╔╝███████║██║ ██║█████╗
- ██║ ██║██╔═══╝ ██║ ██║██╔══██╗██╔══██║██║ ██║██╔══╝
- ╚██████╔╝██║ ╚██████╔╝██║ ██║██║ ██║██████╔╝███████╗
- ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚══════╝"
- echo ""
- printf ${NC}
- sudo apt update && sudo apt upgrade && flatpak update
- echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement