mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-21 20:05:48 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user