From 0599e21e3ec6e7b56266a648a8deb4ce519bf219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Moreira?= Date: Thu, 5 Sep 2024 21:27:41 +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 fd13536f..b35fb50d 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/cusspvz/Proxmox-Helper-Scripts/main/misc/fs.func) +source <(curl -s https://raw.githubusercontent.com/cusspvz/Proxmox-Helper-Scripts/feat/local-development/misc/fs.func) source <(fs_cat misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster)