From 8faeae190eb4ad4c6ee8018ed4fbc62c40c48b80 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <caci802@gmail.com> Date: Fri, 11 Oct 2024 15:54:01 +0200 Subject: [PATCH] Changing the build function URL --- ct/elasticsearch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/elasticsearch.sh b/ct/elasticsearch.sh index 9d088407..aa9ee9fd 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) 2024 ELKozel # Author: T.H. (ELKozel) # License: MIT