mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
Add CLEAN_INSTALL flag to fetch_and_deploy_gh_release (#9144)
This commit is contained in:
parent
9710f32a16
commit
8f82229b29
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ function update_script() {
|
|||
systemctl daemon-reload
|
||||
fi
|
||||
|
||||
fetch_and_deploy_gh_release "karakeep" "karakeep-app/karakeep"
|
||||
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "karakeep" "karakeep-app/karakeep"
|
||||
if command -v corepack >/dev/null; then
|
||||
$STD corepack disable
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue