cli: Remove hostapd reference

The extra package `hostapd` is not used/installed anymore.
This commit is contained in:
ColorfulRhino 2024-06-29 13:09:18 +02:00
parent 58a1113c38
commit 1a3ca2735b

View File

@ -11,8 +11,7 @@ function install_distribution_specific() {
display_alert "Applying distribution specific tweaks for" "${RELEASE:-}" "info"
# disable broken service, the problem is in default misconfiguration
# disable hostapd as it needs to be configured to start correctly
disable_systemd_service_sdcard smartmontools.service smartd.service hostapd.service
disable_systemd_service_sdcard smartmontools.service smartd.service
if [[ "${DISTRIBUTION}" == "Ubuntu" ]]; then