From 3249c8f7834b2b29433088c55aad70d2232c3eb1 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:58:15 +0100 Subject: [PATCH] Update fetch_and_deploy_gh_release to use tarball --- install/profilarr-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/profilarr-install.sh b/install/profilarr-install.sh index 885fe8da9..ad745988f 100644 --- a/install/profilarr-install.sh +++ b/install/profilarr-install.sh @@ -22,7 +22,6 @@ $STD apt install -y \ git msg_ok "Installed Dependencies" -#UV_VERSION="0.7.19" PYTHON_VERSION="3.12" setup_uv NODE_VERSION="22" setup_nodejs @@ -31,7 +30,7 @@ mkdir -p /opt/profilarr \ /config msg_ok "Created directories" -fetch_and_deploy_gh_release "profilarr" "Dictionarry-Hub/profilarr" +fetch_and_deploy_gh_release "profilarr" "Dictionarry-Hub/profilarr" "tarball" msg_info "Installing Python Dependencies" cd /opt/profilarr/backend