File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ chown -R "${service_name}":"${service_name}" "${service_home}" && chmod -R g=u "
38
38
# # Building the wheel for cryptography requires Rust >=1.41.0.
39
39
pkg install -y rust
40
40
41
+ # # ISSUE 46 - Home Assistant 2021.10 requires libjpeg-turbo
42
+ pkg install -y libjpeg-turbo
43
+
41
44
# # Install the jail's primary service, Home Assistant Core
42
45
/root/.plugin/bin/get-pip-required " ${service_name} " \
43
46
&& service " ${service_name} " oneinstall " ${service_name} " \
Original file line number Diff line number Diff line change 52
52
# # Building the wheel for cryptography requires Rust >=1.41.0.
53
53
pkg install -y rust
54
54
55
+ # # ISSUE 46 - Home Assistant 2021.10 requires libjpeg-turbo
56
+ pkg install -y libjpeg-turbo
57
+
55
58
if checkyesno plugin_clean_install_service; then
56
59
clean_install_service
57
60
elif checkyesno plugin_force_reinstall_service; then
You can’t perform that action at this time.
0 commit comments