Merge pull request #210 from t0gun/fix-iwd-detection
fix: check for iwctl instead of iwd
This commit is contained in:
commit
94afc734ef
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Install iwd explicitly if it wasn't included in archinstall
|
# Install iwd explicitly if it wasn't included in archinstall
|
||||||
# This can happen if archinstall used ethernet
|
# 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
|
yay -S --noconfirm --needed iwd
|
||||||
sudo systemctl enable --now iwd.service
|
sudo systemctl enable --now iwd.service
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user