From 6e9cb0bc32c3fd766efd56a4689f17b3c41238f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Moreira?= Date: Thu, 5 Sep 2024 21:26:59 +0100 Subject: [PATCH] chore: this commit should be reverted, as this change is meant to test the script before the branch gets merged into the main project --- ct/alpine-grafana.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/alpine-grafana.sh b/ct/alpine-grafana.sh index 6188b44d..fd13536f 100755 --- a/ct/alpine-grafana.sh +++ b/ct/alpine-grafana.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/fs.func) +source <(curl -s https://raw.githubusercontent.com/cusspvz/Proxmox-Helper-Scripts/main/misc/fs.func) source <(fs_cat misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster)