diff --git a/shells/tv.sh b/shells/tv.sh index dc8dee2..4e19a3f 100644 --- a/shells/tv.sh +++ b/shells/tv.sh @@ -115,12 +115,8 @@ show_timezone() { #断开adb连接 disconnect_adb() { - if check_adb_installed; then - adb disconnect - echo "ADB 已经断开" - else - echo -e "${YELLOW}您还没有安装ADB${NC}" - fi + adb disconnect + echo "ADB 已经断开" } # 添加主机名映射(解决安卓原生TV首次连不上wifi的问题)