Skip to content

Commit 1bb5737

Browse files
committed
fix for when no bt
1 parent 474aee8 commit 1bb5737

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

install_bt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ if [ "$(uname -a | grep sunxi)" != "" ]; then
4848
install_fake_bt
4949
else
5050
# 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"
51+
sudo sh -c "echo -e '#Fix for ps3 controllers not connecting\nClassicBondedOnly=false\n' >> /etc/bluetooth/input.conf" || true
5252
fi

test.sh

-40
This file was deleted.

0 commit comments

Comments
 (0)