We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474aee8 commit 1bb5737Copy full SHA for 1bb5737
install_bt.sh
@@ -48,5 +48,5 @@ if [ "$(uname -a | grep sunxi)" != "" ]; then
48
install_fake_bt
49
else
50
# Fix for ps3 controller not connecting
51
- sudo sh -c "echo -e '#Fix for ps3 controllers not connecting\nClassicBondedOnly=false\n' >> /etc/bluetooth/input.conf"
+ sudo sh -c "echo -e '#Fix for ps3 controllers not connecting\nClassicBondedOnly=false\n' >> /etc/bluetooth/input.conf" || true
52
fi
test.sh
0 commit comments