mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
install libsodium to enable decryption of encrypted owntracks payload (#5976)
This commit is contained in:
parent
e17410c9a1
commit
39ca1a5a0d
@ -21,6 +21,8 @@ PACKAGES=(
|
|||||||
nmap net-tools libcurl3-dev
|
nmap net-tools libcurl3-dev
|
||||||
# homeassistant.components.device_tracker.bluetooth_tracker
|
# homeassistant.components.device_tracker.bluetooth_tracker
|
||||||
bluetooth libglib2.0-dev libbluetooth-dev
|
bluetooth libglib2.0-dev libbluetooth-dev
|
||||||
|
# homeassistant.components.device_tracker.owntracks
|
||||||
|
libsodium13
|
||||||
)
|
)
|
||||||
|
|
||||||
# Required debian packages for building dependencies
|
# Required debian packages for building dependencies
|
||||||
@ -66,4 +68,4 @@ apt-get -y --purge autoremove
|
|||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
apt-get clean
|
apt-get clean
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* build/
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* build/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user