Update statuses to needs testing

Update statuses for scripts:
Pulse
Radicale
Rclone
Recyclarr
Redis
Revealjs
Searxng
Seelf
Semaphore
Silverbullet
This commit is contained in:
Sam Heinz
2025-07-21 14:34:28 +10:00
parent 035706a995
commit 2f172665ce
7 changed files with 20 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ function update_script() {
msg_info "Updating ${APP} to v${RELEASE}"
temp_file=$(mktemp)
rm -rf /opt/rclone/*
curl -fsSL "https://github.com/rclone/rclone/releases/download/v${RELEASE}/rclone-v${RELEASE}-linux-amd64.zip" -o "$temp_file"
curl -fsSL "https://github.com/rclone/rclone/releases/download/v${RELEASE}/rclone-v${RELEASE}-linux-arm64.zip" -o "$temp_file"
$STD unzip -j "$temp_file" '*/**' -d /opt/rclone
echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated $APP to v${RELEASE}"