From 450837fbe336c66f775fd9ee8be3e08064988cbe Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 9 Jan 2023 19:46:28 +0100 Subject: [PATCH] larbs: fixed typo --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 4b647ff..3a93c33 100644 --- a/larbs.sh +++ b/larbs.sh @@ -202,7 +202,7 @@ systemctl --user --now enable pipewire pipewire-pulse # Most important command! Get rid of the beep! rmmod pcspkr -echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf ;} +echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf # Make zsh the default shell for the user. sed -i "s/^$name:\(.*\):\/bin\/.*/$name:\1:\/bin\/zsh/" /etc/passwd