From d80074dd38dac84557b8fec70623004bc8e4aa61 Mon Sep 17 00:00:00 2001 From: bilulib Date: Sat, 17 May 2025 03:05:58 +0200 Subject: [PATCH] change python3 version installation --- install/huntarr-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/huntarr-install.sh b/install/huntarr-install.sh index 732a354..03acc15 100644 --- a/install/huntarr-install.sh +++ b/install/huntarr-install.sh @@ -21,9 +21,7 @@ $STD apt-get install -y jq msg_ok "Installed Dependencies" msg_info "Installing Python" -$STD apt-get install -y \ - python3 \ - python3-venv +$STD apt-get install -y python3 $STD bash -c "curl -LsSf https://astral.sh/uv/install.sh | sh" export PATH="/root/.local/bin:$HOME/.cargo/bin:$PATH" command -v uv &>/dev/null