diff --git a/README.md b/README.md
index 1a33f6779..412e0aef7 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ Any applications not in ported or unsupported need to be tested for whether they
⭕ Gokapi
⭕ Gotify
⭕ Grafana
+ ⭕ Grocy
⭕ Jellyseerr
⭕ Mafl
⭕ Nginx Proxy Manager
diff --git a/ct/grocy.sh b/ct/grocy.sh
index fc48644bf..1bc9e4665 100644
--- a/ct/grocy.sh
+++ b/ct/grocy.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/grocy-install.sh b/install/grocy-install.sh
index f3dc7f573..65b7ea7de 100644
--- a/install/grocy-install.sh
+++ b/install/grocy-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 apt-transport-https
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing PHP8.2"