diff --git a/README.md b/README.md
index e8d624fcb..1a33f6779 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,7 @@ Any applications not in ported or unsupported need to be tested for whether they
⭕ Go2RTC
⭕ Gokapi
⭕ Gotify
+ ⭕ Grafana
⭕ Jellyseerr
⭕ Mafl
⭕ Nginx Proxy Manager
diff --git a/ct/grafana.sh b/ct/grafana.sh
index b5ea2aa9a..8673256f3 100644
--- a/ct/grafana.sh
+++ b/ct/grafana.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/grafana-install.sh b/install/grafana-install.sh
index 81083b846..9fc23b0b0 100644
--- a/install/grafana-install.sh
+++ b/install/grafana-install.sh
@@ -20,6 +20,7 @@ $STD apt-get install -y mc
$STD apt-get install -y gnupg
$STD apt-get install -y apt-transport-https
$STD apt-get install -y software-properties-common
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Setting up Grafana Repository"