updated for nodogsplash

This commit is contained in:
Chris Frankland-Wright 2025-08-30 21:14:09 +01:00
parent 7773e62402
commit 5eb706601f

View file

@ -125,6 +125,14 @@ if [ "$PKG_MANAGER" == "apt" ]; then
sudo systemctl unmask hostapd sudo systemctl unmask hostapd
sudo systemctl enable hostapd sudo systemctl enable hostapd
sudo systemctl enable nodogsplash 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 fi
# Stop services to configure # Stop services to configure