From 5eb706601f52055935a6ef68a1512727c8ac889b Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Sat, 30 Aug 2025 21:14:09 +0100 Subject: [PATCH] updated for nodogsplash --- setup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup.sh b/setup.sh index f2f83ce..fb41b30 100644 --- a/setup.sh +++ b/setup.sh @@ -125,6 +125,14 @@ if [ "$PKG_MANAGER" == "apt" ]; then sudo systemctl unmask hostapd sudo systemctl enable hostapd sudo systemctl enable nodogsplash +elif [ "$PKG_MANAGER" == "dnf" ]; then + sudo dnf install -y hostapd dnsmasq nodogsplash + sudo systemctl enable hostapd + sudo systemctl enable nodogsplash +elif [ "$PKG_MANAGER" == "pacman" ]; then + sudo pacman -Sy --noconfirm hostapd dnsmasq nodogsplash + sudo systemctl enable hostapd + sudo systemctl enable nodogsplash fi # Stop services to configure