Files
coredesktop/corerefresh
2026-04-29 07:17:21 -06:00

27 lines
1.4 KiB
Bash
Executable File

#!/bin/bash
# Print the logo
print_logo() {
cat << "EOF"
██
█ ██
██ ██████ █████ ██ █████ █████ ████ ██ █████ ██
██ ██ ██ ███ ███████ ██ ██ ██ ██ ██ ████████ ██ ██ ███████
█████ ██████ ██ ██ ██████ ██ ████████ ██ █ ███████ ██ ██
██ ██████ ███████ ██████ ██ ██████ ██████ ██████ ███████
EOF
}
# Clear screen and show logo
clear
print_logo
echo "Getting the latest changes to CoreDesktop..."
git -C ~/.local/share/coredesktop pull
bash ~/.local/share/coredesktop/install.sh