add utilities

This commit is contained in:
David Young
2026-05-14 13:48:11 -06:00
parent 4cd6109627
commit 896a4fc604
2 changed files with 6 additions and 1 deletions

View File

@@ -116,6 +116,10 @@ fi
cd ~/.local/share/MiniServer
# Fix Networking
. fix-networking.sh
# Install Cockpit
if ! pacman -Qi cockpit &> /dev/null; then
echo "Installing Cockpit..."
@@ -126,7 +130,6 @@ else
echo "Cockpit is already installed, skipping."
fi
echo ""
read -rp "A reboot is required to complete setup. Reboot now? [y/N] " response </dev/tty
case "$response" in

View File

@@ -5,6 +5,7 @@ SERVERS=(
# Utilities
UTILITIES=(
btop
cmake
cockpit
cockpit-storaged
@@ -13,6 +14,7 @@ UTILITIES=(
docker-compose
firewalld
nano
neofetch
networkmanager
nodejs
npm