forked from forkanization/Proxmox-arm64
Port several apps + update statuses
chore(statuses): update script statuses after arm64 port - Promote some scripts to “✅” (success): • babybuddy • graylog - Reclassify a few as “❌” (error): • freepbx • sqlserver2022 • umlautadaptarr • urbackupserver - Mark many as “🧪” (testing required): • backrest • bitmagnet • cloudflare-ddns • configarr • gitea-mirror • slskd • snipeit • streamlink-webui • tasmocompiler • the-lounge • typesense • victoriametrics • vikunja • wallos • wavelog • wizarr
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ function update_script() {
|
||||
fi
|
||||
msg_info "Updating $APP"
|
||||
systemctl stop threadfin.service
|
||||
curl -fsSL "https://github.com/Threadfin/Threadfin/releases/latest/download/Threadfin_linux_amd64" -o "/opt/threadfin/threadfin"
|
||||
curl -fsSL "https://github.com/Threadfin/Threadfin/releases/latest/download/Threadfin_linux_arm64" -o "/opt/threadfin/threadfin"
|
||||
chmod +x /opt/threadfin/threadfin
|
||||
systemctl start threadfin.service
|
||||
msg_ok "Updated $APP"
|
||||
|
||||
Reference in New Issue
Block a user