Skip to content

Commit 8f82229

Browse files
authored
Add CLEAN_INSTALL flag to fetch_and_deploy_gh_release (#9144)
1 parent 9710f32 commit 8f82229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/karakeep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function update_script() {
5555
systemctl daemon-reload
5656
fi
5757

58-
fetch_and_deploy_gh_release "karakeep" "karakeep-app/karakeep"
58+
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "karakeep" "karakeep-app/karakeep"
5959
if command -v corepack >/dev/null; then
6060
$STD corepack disable
6161
fi

0 commit comments

Comments
 (0)