more additions
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
|
|||||||
@@ -5,12 +5,12 @@ print_logo() {
|
|||||||
cat << "EOF"
|
cat << "EOF"
|
||||||
|
|
||||||
|
|
||||||
██
|
██╗ ██╗ █████╗ ███╗ ███╗██████╗ █████╗ ██████╗██╗ ██╗
|
||||||
█ ██
|
██║ ██║██╔══██╗████╗ ████║██╔══██╗██╔══██╗██╔════╝██║ ██╔╝
|
||||||
██ ██████ █████ ██ █████ █████ ████ ██ █████ ██
|
███████║███████║██╔████╔██║██████╔╝███████║██║ █████╔╝
|
||||||
██ ██ ██ ███ ███████ ██ ██ ██ ██ ██ ████████ ██ ██ ███████
|
██╔══██║██╔══██║██║╚██╔╝██║██╔═══╝ ██╔══██║██║ ██╔═██╗
|
||||||
█████ ██████ ██ ██ ██████ ██ ████████ ██ █ ███████ ██ ██
|
██║ ██║██║ ██║██║ ╚═╝ ██║██║ ██║ ██║╚██████╗██║ ██╗
|
||||||
██ ██████ ███████ ██████ ██ ██████ ██████ ██████ ███████
|
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
@@ -113,10 +113,10 @@ fi
|
|||||||
if [[ "$DEV_ONLY" == true ]]; then
|
if [[ "$DEV_ONLY" == true ]]; then
|
||||||
# Only install essential development packages
|
# Only install essential development packages
|
||||||
echo "Installing system utilities..."
|
echo "Installing system utilities..."
|
||||||
install_packages "${SYSTEM_UTILS[@]}"
|
install_packages "${UTILITIES[@]}"
|
||||||
|
|
||||||
echo "Installing development tools..."
|
echo "Installing development tools..."
|
||||||
install_packages "${DEV_TOOLS[@]}"
|
install_packages "${APPLICATIONS[@]}"
|
||||||
else
|
else
|
||||||
# Install all packages
|
# Install all packages
|
||||||
echo "Installing system utilities..."
|
echo "Installing system utilities..."
|
||||||
@@ -133,4 +133,4 @@ echo "Installing Flatpack Applications..."
|
|||||||
|
|
||||||
. install-flatpacks.sh
|
. install-flatpacks.sh
|
||||||
|
|
||||||
echo "Done."
|
echo "Done, for now."
|
||||||
|
|||||||
Reference in New Issue
Block a user