Skip to content

Commit 02017c9

Browse files
committed
🚑 quick fix - issue 46
Temporary work around until 'libjpeg-turbo' makes its way to the plugin manifest
1 parent 5667fbc commit 02017c9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

post_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ chown -R "${service_name}":"${service_name}" "${service_home}" && chmod -R g=u "
3838
## Building the wheel for cryptography requires Rust >=1.41.0.
3939
pkg install -y rust
4040

41+
## ISSUE 46 - Home Assistant 2021.10 requires libjpeg-turbo
42+
pkg install -y libjpeg-turbo
43+
4144
## Install the jail's primary service, Home Assistant Core
4245
/root/.plugin/bin/get-pip-required "${service_name}" \
4346
&& service "${service_name}" oneinstall "${service_name}" \

post_update.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ fi
5252
## Building the wheel for cryptography requires Rust >=1.41.0.
5353
pkg install -y rust
5454

55+
## ISSUE 46 - Home Assistant 2021.10 requires libjpeg-turbo
56+
pkg install -y libjpeg-turbo
57+
5558
if checkyesno plugin_clean_install_service; then
5659
clean_install_service
5760
elif checkyesno plugin_force_reinstall_service; then

0 commit comments

Comments
 (0)