From 716f9acaed14b0824745763884b51497cbfbeb38 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov Date: Fri, 11 Oct 2024 15:45:29 +0200 Subject: [PATCH] Changing the build function URL --- ct/kibana.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/kibana.sh b/ct/kibana.sh index b50ec24d..b751aac4 100644 --- a/ct/kibana.sh +++ b/ct/kibana.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/ELKozel/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) # Copyright (c) 2024 ELKozel # Author: T.H. (ELKozel) # License: MIT