mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-31 02:04:38 +00:00
kan: extend fetch_and_deploy_gh_tag to use 'latest' tag (#14853)
This commit is contained in:
parent
0fe653f8de
commit
fa238ddbdd
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ function update_script() {
|
|||
cp /opt/kan/.env /opt/kan.env.bak
|
||||
msg_ok "Backed up Data"
|
||||
|
||||
CLEAN_INSTALL=1 fetch_and_deploy_gh_tag "kan" "kanbn/kan" "tarball"
|
||||
CLEAN_INSTALL=1 fetch_and_deploy_gh_tag "kan" "kanbn/kan" "latest" "tarball"
|
||||
|
||||
msg_info "Restoring Configuration"
|
||||
cp /opt/kan.env.bak /opt/kan/.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue