diff options
| author | Blake Romero <blake@blkrom.com> | 2024-05-10 23:29:00 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-05-10 23:29:00 +0100 |
| commit | 665e1771a70973fd5646e9f0a58e3ae8fe67669d (patch) | |
| tree | f6f66643dfc9da4ccf841e3723a475a146cb1fe2 | |
| parent | c2c6bce879b62079dc46b8cfdaa30b58ce419150 (diff) | |
Fix missing iwd directory
| -rwxr-xr-x | install-artix.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-artix.sh b/install-artix.sh index 5279d06..7ce7da2 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -326,6 +326,7 @@ sed "s/# Misc options/# Misc options\n${pac_options}/g" \ sed "s/ENABLED=no/ENABLED=yes/" -i /mnt/etc/ufw/ufw.conf # Enable iwd's built-in DHCP +mkdir -p /mnt/etc/iwd printf "[General]\nEnableNetworkConfiguration=true" \ > /mnt/etc/iwd/main.conf |
