From 896a4fc604acf8be3dd0bc4113e41e5fcb40b3a6 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 14 May 2026 13:48:11 -0600 Subject: [PATCH] add utilities --- install.sh | 5 ++++- packages.conf | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2b8ee71..2f1174d 100755 --- a/install.sh +++ b/install.sh @@ -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