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