feat(degoog): enable default valkey cache integration

Enable Valkey-backed caching for Degoog by default at install time, and upgrade Valkey during Degoog updates so cache dependencies stay current.
This commit is contained in:
Michel Roegl-Brunner
2026-06-02 08:32:59 +02:00
parent cd8a6f1de0
commit ba5b98fb3b
2 changed files with 15 additions and 2 deletions
+4
View File
@@ -49,6 +49,10 @@ function update_script() {
msg_ok "Installed Bun"
fi
msg_info "Updating Valkey"
$STD apt install -y --only-upgrade valkey
msg_ok "Updated Valkey"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "degoog" "fccview/degoog" "prebuild" "latest" "/opt/degoog" "degoog_*_prebuild.tar.gz"
msg_info "Restoring Configuration & Data"