mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-01 15:07:45 +02:00
larbs: enable resolvconf correctly
This commit is contained in:
parent
69ba1863ac
commit
7da8ca31b4
3
larbs.sh
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user