Update fetch_and_deploy_gh_release to use tarball

This commit is contained in:
CanbiZ (MickLesk)
2026-03-01 19:58:15 +01:00
committed by GitHub
parent 4dcfd76c87
commit 3249c8f783

View File

@@ -22,7 +22,6 @@ $STD apt install -y \
git git
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
#UV_VERSION="0.7.19"
PYTHON_VERSION="3.12" setup_uv PYTHON_VERSION="3.12" setup_uv
NODE_VERSION="22" setup_nodejs NODE_VERSION="22" setup_nodejs
@@ -31,7 +30,7 @@ mkdir -p /opt/profilarr \
/config /config
msg_ok "Created directories" 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" msg_info "Installing Python Dependencies"
cd /opt/profilarr/backend cd /opt/profilarr/backend