mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
9 lines
257 B
Bash
Executable File
9 lines
257 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Ensure iwd service will be started
|
|
sudo systemctl enable iwd.service
|
|
|
|
# Prevent systemd-networkd-wait-online timeout on boot
|
|
sudo systemctl disable systemd-networkd-wait-online.service
|
|
sudo systemctl mask systemd-networkd-wait-online.service
|