diff --git a/install/config/hardware/network.sh b/install/config/hardware/network.sh index 70138838..ff2e03e2 100755 --- a/install/config/hardware/network.sh +++ b/install/config/hardware/network.sh @@ -4,7 +4,7 @@ # This can happen if archinstall used ethernet if ! command -v iwctl &>/dev/null; then sudo pacman -S --noconfirm --needed iwd - chrootable_systemctl_enable iwd.service + sudo systemctl enable iwd.service fi # Prevent systemd-networkd-wait-online timeout on boot