forked from forkanization/Proxmox-arm64
port argus,babybuddy to arm64
This commit is contained in:
@@ -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
|
||||
|
||||
6
frontend/public/json/statuses.json
generated
6
frontend/public/json/statuses.json
generated
@@ -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": "✅"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user