Fix speechmarks.
This commit is contained in:
parent
cb5eb50cfe
commit
252df9e959
|
|
@ -15,8 +15,8 @@
|
||||||
xset b off
|
xset b off
|
||||||
|
|
||||||
# .inputrc
|
# .inputrc
|
||||||
bash -c `echo "set bell-style visible" > /etc/inputrc`
|
bash -c "echo 'set bell-style visible' > /etc/inputrc"
|
||||||
|
|
||||||
#all - /etc/modprobe.d/blacklist
|
#all - /etc/modprobe.d/blacklist
|
||||||
modprobe -r pcspkr
|
modprobe -r pcspkr
|
||||||
bash -c `"echo 'blacklist pcspkr'" >> /etc/modprobe.d/nobeep.conf`
|
bash -c "echo 'blacklist pcspkr' >> /etc/modprobe.d/nobeep.conf"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue