more additions

This commit is contained in:
David Young
2026-03-15 08:59:01 -06:00
parent 00f6062377
commit d82d558265
3 changed files with 15 additions and 11 deletions

View File

@@ -1 +1,5 @@
A collection of Ham Radio utilities and applications for CoreDesktop.
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
```

View File

@@ -4,13 +4,13 @@
print_logo() {
cat << "EOF"
██
█ ██
██ ██████ █████ ██ █████ █████ ████ ██ █████ ██
██ ██ ██ ███ ███████ ██ ██ ██ ██ ██ ████████ ██ ██ ███████
█████ ██████ ██ ██ ██████ ██ ████████ ██ █ ███████ ██ ██
██ ██████ ███████ ██████ ██ ██████ ██████ ██████ ███████
██╗ ██╗ █████╗ ███╗ ███╗██████╗ █████╗ ██████╗██╗ ██╗
██║ ██║██╔══██╗████╗ ████║██╔══██╗██╔══██╗██╔════╝██║ ██╔╝
██████║███████║██╔████╔██║██████╔╝█████████ █████╔╝
██╔══██║██╔══██║██║╚██╔╝████╔═══╝ ██╔══██║██║ ██╔═██╗
██║ ████ ██║██║ ╚═╝ ████ ██║ ██║╚██████╗██║ ██╗
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝
EOF

View File

@@ -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."