From 83f7fe4b8402bab171d110703a1b1115efbc9b28 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 14 Apr 2026 22:32:43 +0200 Subject: cleaned up many scrits and deleted some that were of no use; renamed a lot --- btfix.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 btfix.sh (limited to 'btfix.sh') diff --git a/btfix.sh b/btfix.sh deleted file mode 100755 index 1d9cfc4..0000000 --- a/btfix.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# Reset Bluetooth adapter (run as root) - -systemctl stop bluetooth.service -modprobe -r btusb -modprobe btusb -systemctl start bluetooth.service -rfkill unblock bluetooth -bluetoothctl power on - -- cgit v1.3