port argus,babybuddy to arm64

This commit is contained in:
Sam Heinz
2025-06-24 13:30:47 +10:00
parent 01d3c9602f
commit 9e43b06230
3 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ function update_script() {
if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then
msg_info "Updating $APP to ${RELEASE}"
rm -f /opt/argus/Argus
curl -fsSL "https://github.com/release-argus/Argus/releases/download/${RELEASE}/Argus-${RELEASE}.linux-amd64" -o /opt/argus/Argus
curl -fsSL "https://github.com/release-argus/Argus/releases/download/${RELEASE}/Argus-${RELEASE}.linux-arm64" -o /opt/argus/Argus
chmod +x /opt/argus/Argus
systemctl restart argus
echo "${RELEASE}" >/opt/${APP}_version.txt

View File

@@ -19,13 +19,13 @@
"apt-cacher-ng.json": "✅",
"archivebox.json": "✅",
"archlinux-vm.json": "🚧",
"argus.json": "🚧",
"argus.json": "🧪",
"aria2.json": "✅",
"asterisk.json": "🧪",
"audiobookshelf.json": "✅",
"authelia.json": "✅",
"autobrr.json": "✅",
"babybuddy.json": "🚧",
"babybuddy.json": "🧪",
"backrest.json": "🚧",
"baikal.json": "✅",
"barcode-buddy.json": "✅",
@@ -354,4 +354,4 @@
"zoraxy.json": "✅",
"zot-registry.json": "🚧",
"zwave-js-ui.json": "✅"
}
}

View File

@@ -21,7 +21,7 @@ msg_ok "Installed Dependencies"
msg_info "Setup Argus"
RELEASE=$(curl -fsSL https://api.github.com/repos/release-argus/Argus/releases/latest | jq -r .tag_name | sed 's/^v//')
mkdir -p /opt/argus
curl -fsSL "https://github.com/release-argus/Argus/releases/download/${RELEASE}/Argus-${RELEASE}.linux-amd64" -o /opt/argus/Argus
curl -fsSL "https://github.com/release-argus/Argus/releases/download/${RELEASE}/Argus-${RELEASE}.linux-arm64" -o /opt/argus/Argus
chmod +x /opt/argus/Argus
msg_ok "Setup Argus"