From 7da8ca31b4be82ab4fed9b55d0a3cdcd1f24e3c4 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 20 Feb 2025 12:45:31 +0100 Subject: [PATCH] larbs: enable resolvconf correctly --- larbs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/larbs.sh b/larbs.sh index 9866284..4a7b5ac 100644 --- a/larbs.sh +++ b/larbs.sh @@ -202,6 +202,9 @@ rm -f "/home/$name/README.md" "/home/$name/LICENSE" "/home/$name/.gitignore" "/h # Make pipewire work systemctl --user --now enable pipewire pipewire-pulse +# Enable resolvconf +systemctl --user --now enable systemd-resolved.service + # Most important command! Get rid of the beep! rmmod pcspkr echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf