continue to build

This commit is contained in:
David Young
2026-03-13 19:26:29 -06:00
parent 9548cf8cd3
commit 00f6062377
6 changed files with 274 additions and 0 deletions

25
hampackrefresh Executable file
View File

@@ -0,0 +1,25 @@
#!/bin/bash
# Print the logo
print_logo() {
cat << "EOF"
██
█ ██
██ ██████ █████ ██ █████ █████ ████ ██ █████ ██
██ ██ ██ ███ ███████ ██ ██ ██ ██ ██ ████████ ██ ██ ███████
█████ ██████ ██ ██ ██████ ██ ████████ ██ █ ███████ ██ ██
██ ██████ ███████ ██████ ██ ██████ ██████ ██████ ███████
EOF
}
# Clear screen and show logo
clear
print_logo
echo "Let's get the lastest changes to CoreDesktop..."
wget -qO- https://gitea.young.computer/david/desktoplinux.arch/raw/branch/main/install.sh | bash