fix: unable to detect bluetooth

This commit is contained in:
Klesh Wong 2021-08-26 22:39:30 +08:00
parent b9a7c4f42f
commit 9b193b11ac

2
env.sh
View File

@ -30,7 +30,7 @@ lnsf() {
} }
has_bluetooth() { has_bluetooth() {
dmesg | grep -i bluetooth sudo dmesg | grep -i bluetooth
} }
eqv() { eqv() {