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"