mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-03 18:35:55 +00:00
Update fetch_and_deploy_gh_release to use tarball
This commit is contained in:
committed by
GitHub
parent
4dcfd76c87
commit
3249c8f783
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user