fix: Correction activation ble.sh
This commit is contained in:
6
rc.before.d/blesh
Normal file
6
rc.before.d/blesh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# ble.sh () installed from nix
|
||||
if (command -v blesh-share &>/dev/null); then
|
||||
source "$(blesh-share)"/ble.sh --attach=none # does not work currently
|
||||
fi
|
Reference in New Issue
Block a user