mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-29 20:30:06 +00:00
Fix fetch method (#10608)
This commit is contained in:
parent
d056a0877a
commit
e4c382e42c
71 changed files with 71 additions and 71 deletions
|
|
@ -53,7 +53,7 @@ msg_ok "Installed Dependencies"
|
|||
# setup_mongodb # Install MongoDB
|
||||
#
|
||||
# --- GitHub Release (PREFERRED METHOD) ---
|
||||
# fetch_and_deploy_gh_release "appname" "owner/repo" # Downloads, extracts, tracks version
|
||||
# fetch_and_deploy_gh_release "appname" "owner/repo" "tarball" # Downloads, extracts, tracks version
|
||||
# fetch_and_deploy_gh_release "appname" "owner/repo" "tarball" "latest" "/opt/appname"
|
||||
# fetch_and_deploy_gh_release "appname" "owner/repo" "prebuild" "latest" "/opt/appname" "app-*.tar.gz"
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue