From f90f816c6ed62df52e0d767b184619000a5a9aad Mon Sep 17 00:00:00 2001
From: Sam Heinz <54530346+asylumexp@users.noreply.github.com>
Date: Tue, 9 Apr 2024 23:03:14 +1000
Subject: [PATCH] Ported Grafana to ARM64
---
README.md | 1 +
ct/grafana.sh | 2 +-
install/grafana-install.sh | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
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"