From 9b193b11aca44319dec4524c3862574c5e5b2022 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 26 Aug 2021 22:39:30 +0800 Subject: [PATCH] fix: unable to detect bluetooth --- env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.sh b/env.sh index f6edc9f..ecab141 100755 --- a/env.sh +++ b/env.sh @@ -30,7 +30,7 @@ lnsf() { } has_bluetooth() { - dmesg | grep -i bluetooth + sudo dmesg | grep -i bluetooth } eqv() {