quaxalber / bluetooth_2_usb

Convert a Raspberry Pi into a HID relay that translates Bluetooth keyboard and mouse input to USB. Minimal configuration. Zero hassle.
MIT License
21 stars 5 forks source link

[Minor bug] Invalid chmod flags for scripts/uninstall.sh #74

Closed ig-sinicyn closed 6 months ago

ig-sinicyn commented 6 months ago

Hi!

igors@hid-bridge:~/bluetooth_2_usb/scripts $ ls -l
total 16
-rw-r--r-- 1 igors igors 3473 Dec  9 19:00 build_python_3.11.sh
-rwxr-xr-x 1 igors igors 3828 Dec  9 19:00 install.sh
-rw-r--r-- 1 igors igors 1549 Dec  9 19:00 uninstall.sh
-rwxr-xr-x 1 igors igors 2699 Dec  9 19:00 update.sh

looks like x flags are missing for some bash scripts:)

Sorry, I'm kinda busy and cannot do a proper PR for the issue.

quaxalber commented 6 months ago

Good find. Will be fixed with next release

quaxalber commented 6 months ago

Fixed in v0.6.5

Thx!