diff --git a/README.md b/README.md index 7189863..2a50e3a 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -A collection of Ham Radio utilities and applications for CoreDesktop. \ No newline at end of file +A collection of Ham Radio utilities and applications for CoreDesktop machines. + +``` +wget -qO- https://gitea.young.computer/david/hampack/raw/branch/main/install.sh | bash +``` diff --git a/hampackrefresh b/hampackrefresh index 93dfc8b..9cd2b63 100755 --- a/hampackrefresh +++ b/hampackrefresh @@ -4,13 +4,13 @@ print_logo() { cat << "EOF" - - ██ - █ ██ - ██ ██████ █████ ██ █████ █████ ████ ██ █████ ██ - ██ ██ ██ ███ ███████ ██ ██ ██ ██ ██ ████████ ██ ██ ███████ - █████ ██████ ██ ██ ██████ ██ ████████ ██ █ ███████ ██ ██ - ██ ██████ ███████ ██████ ██ ██████ ██████ ██████ ███████ + + ██╗ ██╗ █████╗ ███╗ ███╗██████╗ █████╗ ██████╗██╗ ██╗ + ██║ ██║██╔══██╗████╗ ████║██╔══██╗██╔══██╗██╔════╝██║ ██╔╝ + ███████║███████║██╔████╔██║██████╔╝███████║██║ █████╔╝ + ██╔══██║██╔══██║██║╚██╔╝██║██╔═══╝ ██╔══██║██║ ██╔═██╗ + ██║ ██║██║ ██║██║ ╚═╝ ██║██║ ██║ ██║╚██████╗██║ ██╗ + ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ EOF diff --git a/install.sh b/install.sh index 7841115..fc7dbce 100644 --- a/install.sh +++ b/install.sh @@ -113,10 +113,10 @@ fi if [[ "$DEV_ONLY" == true ]]; then # Only install essential development packages echo "Installing system utilities..." - install_packages "${SYSTEM_UTILS[@]}" + install_packages "${UTILITIES[@]}" echo "Installing development tools..." - install_packages "${DEV_TOOLS[@]}" + install_packages "${APPLICATIONS[@]}" else # Install all packages echo "Installing system utilities..." @@ -133,4 +133,4 @@ echo "Installing Flatpack Applications..." . install-flatpacks.sh -echo "Done." +echo "Done, for now."