From 51a0f90df74e81aa641fd02a4508742c29ff4197 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 8 Jun 2024 21:05:31 +0100 Subject: [PATCH] Fix iwd initialization --- install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 151179b0..2720dff2 100755 --- a/install.sh +++ b/install.sh @@ -455,10 +455,8 @@ if [[ ${main_menu[@]} =~ 1 ]]; then # DWM # Desktop tools sudo nala install feh iwd systemd-resolved scrot sudo cp -f iwd.conf /etc/iwd/main.conf - sudo systemctl enable iwd - sudo systemctl start iwd - sudo systemctl enable systemd-resolved - sudo systemctl start systemd-resolved + sudo systemctl enable iwd systemd-resolved + sudo systemctl restart iwd systemd-resolved # Sound sudo nala install pipewire-audio wireplumber pipewire-pulse pipewire-alsa