File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ cp -R "/usr/local/examples/${service_name}/" "${service_config}"
34
34
find " ${service_config} " -type f -name " .empty" -depth -exec rm -f {} \;
35
35
chown -R " ${service_name} " :" ${service_name} " " ${service_home} " && chmod -R g=u " ${service_home} "
36
36
37
+ # # ISSUE 44 - Home Assistant 2021.10 - Failed to build cryptography
38
+ # # Building the wheel for cryptography requires Rust >=1.41.0.
39
+ pkg install -y rust
40
+
37
41
# # Install the jail's primary service, Home Assistant Core
38
42
/root/.plugin/bin/get-pip-required " ${service_name} " \
39
43
&& service " ${service_name} " oneinstall " ${service_name} " \
Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ elif [ "${plugin_version%%-*}" == "v6" ]; then
48
48
true
49
49
fi
50
50
51
+ # # ISSUE 44 - Home Assistant 2021.10 - Failed to build cryptography
52
+ # # Building the wheel for cryptography requires Rust >=1.41.0.
53
+ pkg install -y rust
54
+
51
55
if checkyesno plugin_clean_install_service; then
52
56
clean_install_service
53
57
elif checkyesno plugin_force_reinstall_service; then
You can’t perform that action at this time.
0 commit comments