Fix speechmarks.

This commit is contained in:
Cyteen May 2020-02-23 13:39:09 +00:00
parent cb5eb50cfe
commit 252df9e959
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
xset b off
# .inputrc
bash -c `echo "set bell-style visible" > /etc/inputrc`
bash -c "echo 'set bell-style visible' > /etc/inputrc"
#all - /etc/modprobe.d/blacklist
modprobe -r pcspkr
bash -c `"echo 'blacklist pcspkr'" >> /etc/modprobe.d/nobeep.conf`
bash -c "echo 'blacklist pcspkr' >> /etc/modprobe.d/nobeep.conf"