forked from forkanization/Proxmox-arm64
port argus,babybuddy to arm64
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Generated
+3
-3
@@ -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": "✅"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user