From b58e2668f7bfe4817aede5bd44a83222d870e418 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 26 Oct 2025 09:34:56 +0100 Subject: [PATCH] Update python to 3.12 --- install/mylar3-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install/mylar3-install.sh b/install/mylar3-install.sh index 8423e9337..750a709e7 100644 --- a/install/mylar3-install.sh +++ b/install/mylar3-install.sh @@ -24,11 +24,7 @@ $STD apt update $STD apt install -y unrar msg_ok "Installed Dependencies" -msg_info "Setup Python3" -$STD apt install -y python3-pip -msg_ok "Setup Python3" - -setup_uv +PYTHON_VERSION="3.12" setup_uv fetch_and_deploy_gh_release "mylar3" "mylar3/mylar3" "tarball" msg_info "Installing ${APPLICATION}"