From 2e16d6a298dc888ca61de396c403dfa8515697fa Mon Sep 17 00:00:00 2001
From: Sam Heinz <54530346+asylumexp@users.noreply.github.com>
Date: Mon, 8 Apr 2024 18:49:45 +1000
Subject: [PATCH] Ported ChangeDetection to ARM64
---
README.md | 1 +
ct/changedetection.sh | 2 +-
install/changedetection-install.sh | 3 ++-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9e2dbfb77..f9a59b3c2 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ Any applications not in ported or unsupported need to be tested for whether they
Bazarr
Blocky
CasaOS
+ ChangeDetection
Docker
Jellyseerr
Mafl
diff --git a/ct/changedetection.sh b/ct/changedetection.sh
index b6f423694..d3becf1c8 100644
--- a/ct/changedetection.sh
+++ b/ct/changedetection.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/changedetection-install.sh b/install/changedetection-install.sh
index d685153a6..18fb6631c 100644
--- a/install/changedetection-install.sh
+++ b/install/changedetection-install.sh
@@ -44,7 +44,8 @@ $STD apt-get install -y \
xdg-utils \
xvfb \
ca-certificates \
- gnupg
+ gnupg \
+ wget
msg_ok "Installed Dependencies"
msg_info "Updating Python3"