fix an omission

This commit is contained in:
Hanlei Qin
2025-10-25 15:16:20 +08:00
parent 9f7b7ef889
commit 4fc5f33fa1

View File

@@ -75,7 +75,7 @@ function updateenv() {
fi fi
if [ "${SYS_ARCH}" == "armv7l" ] || [ "${SYS_ARCH}" == "armv6l" ]; then if [ "${SYS_ARCH}" == "armv7l" ] || [ "${SYS_ARCH}" == "armv6l" ]; then
echo "Detected Raspberry, installing cython, skipping hyperopt installation." echo "Detected Raspberry, installing cython, skipping hyperopt installation."
${PYTHON} -m uv pip install --upgrade cython ${PIP} install --upgrade cython
else else
# Is not Raspberry # Is not Raspberry
read -p "Do you want to install hyperopt dependencies [y/N]? " read -p "Do you want to install hyperopt dependencies [y/N]? "