diff --git a/install/network.sh b/install/network.sh index 2fd5d7b..f0b1149 100644 --- a/install/network.sh +++ b/install/network.sh @@ -2,7 +2,7 @@ # Install iwd explicitly if it wasn't included in archinstall # This can happen if archinstall used ethernet -if ! command -v iwd &>/dev/null; then +if ! command -v iwctl &>/dev/null; then yay -S --noconfirm --needed iwd sudo systemctl enable --now iwd.service fi