diff --git a/installers/common.sh b/installers/common.sh index 9ecbc5a..8fa5317 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -272,6 +272,9 @@ function patch_system_files() { else install_log "Sudoers file already patched" fi + + # Unmask hostapd.service + sudo systemctl unmask hostapd.service }