Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts.d/16_pkg_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ INSTALL_PACKAGES=(
sl
mc ranger
bats # unit testing
bluez-hcidump libboost-python-dev libboost-thread-dev libglib2.0-dev #ble support
)

if [[ ${INSTALL_PACKAGES:-} ]] ; then
Expand Down
1 change: 1 addition & 0 deletions scripts.d/30_bluetooth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ echo "Switching bluetooth device class to 0x00010c - computer"
sed -i -e 's/#Class = .*/Class = 0x00010c/g' mnt/img_root/etc/bluetooth/main.conf

_pip3_install 'pybluez==0.23'
_pip3_install 'gattlib'