cli: Remove hostapd reference
The extra package `hostapd` is not used/installed anymore.
This commit is contained in:
parent
58a1113c38
commit
1a3ca2735b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user