From 9e757c9c1a57adc6bbf75319ca8d6f2ea9d352a6 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 31 May 2024 09:12:46 +1000 Subject: [PATCH] Port Notifiarr to ARM64 --- README.md | 3 ++- ct/notifiarr.sh | 2 +- install/notifiarr-install.sh | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b47dabdb..f6d72cdfc 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ If you would like to offer support, I would appreciate a star on the repository, | MediaMTX | ☑️ | | | Medusa | ☑️ | | | MeshCentral | ☑️ | | -| MongoDB | ❌ | Working on fixing. | +| MongoDB | ❌ | Working on fixing. | | MotionEye NVR | ☑️ | | | MQTT | ☑️ | | | n8n | ☑️ | | @@ -119,6 +119,7 @@ If you would like to offer support, I would appreciate a star on the repository, | Nginx Proxy Manager | ☑️ | | | NocoDB | ☑️ | | | Node-Red | ☑️ | | +| Notifiarr | ⭕ | | | ntfy | ☑️ | | | OctoPrint | ☑️ | | | Omada Controller | ☑️ | | diff --git a/ct/notifiarr.sh b/ct/notifiarr.sh index ac63e454a..587fc69d5 100644 --- a/ct/notifiarr.sh +++ b/ct/notifiarr.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT diff --git a/install/notifiarr-install.sh b/install/notifiarr-install.sh index a90217c0e..83ba061f9 100644 --- a/install/notifiarr-install.sh +++ b/install/notifiarr-install.sh @@ -18,6 +18,7 @@ $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc $STD apt-get install -y gpg +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing Notifiarr"