From d5767ebec94ae482c61d854ed9af41421b62afe4 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov Date: Fri, 18 Oct 2024 14:07:26 +0200 Subject: [PATCH] changing the link for the build functions --- ct/elasticsearch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/elasticsearch.sh b/ct/elasticsearch.sh index 0e71c174..5b6e20e9 100644 --- a/ct/elasticsearch.sh +++ b/ct/elasticsearch.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) 2021-2024 tteck # Author: tteck (tteckster) # Co-Author: T.H. (ELKozel)