Skip to content

Commit

Permalink
Merge pull request #27 from SEPIA-Framework/dev
Browse files Browse the repository at this point in the history
hotfix for RPi DIY client (missing libudev-dev if BLE is skipped)
  • Loading branch information
fquirin authored Feb 8, 2022
2 parents 7b2eada + 43e120b commit 98e8450
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Other servers, tools and common changes:
* Improved most of the SEPIA-Home install, setup and run scripts (including self-signed SSL certificate generation and handling)
* Improved DIY client (installation, logging, features like LED controls etc.)
* Added SEPIA offline STT-Server install scripts (Linux) to SEPIA-Home and DIY client folders to get started more easily
* Adjusted server and DIY client for better compatability with Debian 11/Raspberry Pi OS Bullseye
* Adjusted server and DIY client for better compatibility with Debian 11/Raspberry Pi OS Bullseye
* In preparation: Updated SDK and Docker demo containers

### v2.6.0 - 2021.10.10
Expand Down
2 changes: 1 addition & 1 deletion sepia-client-installation/rpi/install_sepia_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ else
# Skip Bluetooth
echo "$NOW - Installing required packages skipping Bluetooth ..." >> "$LOG"
sed -ri "s|\"node-beacon-scanner\".*||" package.json
sudo apt-get install -y libnss3-tools libcap2-bin openssl
sudo apt-get install -y libudev-dev libnss3-tools libcap2-bin openssl
fi
npm install --loglevel error
sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
Expand Down
Binary file modified sepia-client-installation/sepia_client_raspberrypi_os.zip
Binary file not shown.

0 comments on commit 98e8450

Please sign in to comment.