From fb3f7eb31ae1ab88fd9cc56f38211ace1bbe67ad Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 13 Jan 2026 09:21:23 +0100 Subject: [PATCH] fix uv --- install/kitchenowl-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/kitchenowl-install.sh b/install/kitchenowl-install.sh index 6a76d9a55..f9190fc5f 100644 --- a/install/kitchenowl-install.sh +++ b/install/kitchenowl-install.sh @@ -22,7 +22,7 @@ $STD apt install -y \ libssl-dev msg_ok "Installed Dependencies" -PYTHON_VERSION="3.13" setup_uv +PYTHON_VERSION="3.12" setup_uv import_local_ip fetch_and_deploy_gh_release "kitchenowl" "TomBursch/kitchenowl" "tarball" "latest" "/opt/kitchenowl" rm -rf /opt/kitchenowl/web