mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Just install iwd along with everything else so it is always there
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Install iwd explicitly if it wasn't included in archinstall
|
# Ensure iwd service will be started
|
||||||
# This can happen if archinstall used ethernet
|
sudo systemctl enable iwd.service
|
||||||
if ! command -v iwctl &>/dev/null; then
|
|
||||||
sudo pacman -S --noconfirm --needed iwd
|
|
||||||
sudo systemctl enable iwd.service
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Prevent systemd-networkd-wait-online timeout on boot
|
# Prevent systemd-networkd-wait-online timeout on boot
|
||||||
sudo systemctl disable systemd-networkd-wait-online.service
|
sudo systemctl disable systemd-networkd-wait-online.service
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ sudo pacman -S --noconfirm --needed \
|
|||||||
impala \
|
impala \
|
||||||
imv \
|
imv \
|
||||||
inetutils \
|
inetutils \
|
||||||
|
iwd \
|
||||||
jq \
|
jq \
|
||||||
kdenlive \
|
kdenlive \
|
||||||
kvantum-qt5 \
|
kvantum-qt5 \
|
||||||
|
|||||||
Reference in New Issue
Block a user