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
+1 -1
View File
@@ -33,7 +33,7 @@ function update_script() {
if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then
msg_info "Updating $APP to ${RELEASE}" msg_info "Updating $APP to ${RELEASE}"
rm -f /opt/argus/Argus 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 chmod +x /opt/argus/Argus
systemctl restart argus systemctl restart argus
echo "${RELEASE}" >/opt/${APP}_version.txt echo "${RELEASE}" >/opt/${APP}_version.txt
+3 -3
View File
@@ -19,13 +19,13 @@
"apt-cacher-ng.json": "✅", "apt-cacher-ng.json": "✅",
"archivebox.json": "✅", "archivebox.json": "✅",
"archlinux-vm.json": "🚧", "archlinux-vm.json": "🚧",
"argus.json": "🚧", "argus.json": "🧪",
"aria2.json": "✅", "aria2.json": "✅",
"asterisk.json": "🧪", "asterisk.json": "🧪",
"audiobookshelf.json": "✅", "audiobookshelf.json": "✅",
"authelia.json": "✅", "authelia.json": "✅",
"autobrr.json": "✅", "autobrr.json": "✅",
"babybuddy.json": "🚧", "babybuddy.json": "🧪",
"backrest.json": "🚧", "backrest.json": "🚧",
"baikal.json": "✅", "baikal.json": "✅",
"barcode-buddy.json": "✅", "barcode-buddy.json": "✅",
@@ -354,4 +354,4 @@
"zoraxy.json": "✅", "zoraxy.json": "✅",
"zot-registry.json": "🚧", "zot-registry.json": "🚧",
"zwave-js-ui.json": "✅" "zwave-js-ui.json": "✅"
} }
+1 -1
View File
@@ -21,7 +21,7 @@ msg_ok "Installed Dependencies"
msg_info "Setup Argus" msg_info "Setup Argus"
RELEASE=$(curl -fsSL https://api.github.com/repos/release-argus/Argus/releases/latest | jq -r .tag_name | sed 's/^v//') RELEASE=$(curl -fsSL https://api.github.com/repos/release-argus/Argus/releases/latest | jq -r .tag_name | sed 's/^v//')
mkdir -p /opt/argus 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 chmod +x /opt/argus/Argus
msg_ok "Setup Argus" msg_ok "Setup Argus"