mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
updated for nodogsplash
This commit is contained in:
parent
7773e62402
commit
5eb706601f
1 changed files with 8 additions and 0 deletions
8
setup.sh
8
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue