We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae24b56 commit 77960a4Copy full SHA for 77960a4
install/immich-install.sh
@@ -93,7 +93,7 @@ if [[ "$CTTYPE" == "0" ]]; then
93
fi
94
msg_ok "Dependencies Installed"
95
96
-read -r -p "Install OpenVINO dependencies for Intel HW-accelerated machine-learning? y/N " prompt
+read -r -p "${TAB3}Install OpenVINO dependencies for Intel HW-accelerated machine-learning? y/N " prompt
97
if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
98
msg_info "Installing OpenVINO dependencies"
99
touch ~/.openvino
0 commit comments