various scripts: use setup_meilisearch function (#11259)

This commit is contained in:
CanbiZ (MickLesk)
2026-01-28 11:09:56 +01:00
committed by GitHub
parent ebb48f697c
commit 3a04923479
8 changed files with 20 additions and 154 deletions

View File

@@ -28,6 +28,8 @@ function update_script() {
exit
fi
setup_meilisearch
if check_for_gh_release "openarchiver" "LogicLabs-OU/OpenArchiver"; then
msg_info "Stopping Services"
systemctl stop openarchiver
@@ -54,6 +56,7 @@ function update_script() {
msg_ok "Started Services"
msg_ok "Updated successfully!"
fi
exit
}