From b5ad304adee93af3d248adc87a898de4c643fa2f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:26:16 +0200 Subject: [PATCH] Update sabnzbd-install.sh --- install/sabnzbd-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/sabnzbd-install.sh b/install/sabnzbd-install.sh index 7ebbbb5..ddba4f2 100644 --- a/install/sabnzbd-install.sh +++ b/install/sabnzbd-install.sh @@ -37,8 +37,7 @@ RELEASE=$(curl -fsSL https://api.github.com/repos/sabnzbd/sabnzbd/releases/lates mkdir -p /opt/sabnzbd uv venv /opt/sabnzbd/venv $STD tar zxvf <(curl -fsSL https://github.com/sabnzbd/sabnzbd/releases/download/${RELEASE}/SABnzbd-${RELEASE}-src.tar.gz) -C /opt/sabnzbd --strip-components=1 -/opt/sabnzbd/venv/bin/pip install --upgrade pip -/opt/sabnzbd/venv/bin/pip install -r /opt/sabnzbd/requirements.txt +uv pip install -r /opt/sabnzbd/requirements.txt --python=/opt/sabnzbd/venv/bin/python echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Installed SABnzbd"