mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-15 11:49:43 +00:00
Fix spacing (#5734)
This commit is contained in:
parent
5eaee5054f
commit
f1eda9a270
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ if [[ "$CTTYPE" == "0" ]]; then
|
|||
fi
|
||||
msg_ok "Dependencies Installed"
|
||||
|
||||
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
|
||||
if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
|
||||
msg_info "Installing OpenVINO dependencies"
|
||||
touch ~/.openvino
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue