From c0dcffe14a310e3d01bca5c5a4fcecf42c6c5666 Mon Sep 17 00:00:00 2001 From: TheHomecraft Date: Wed, 29 Oct 2025 13:48:18 +0100 Subject: [PATCH] Changed installer to use Befator inc git --- ccmsi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccmsi.lua b/ccmsi.lua index f5e05b8..5252c92 100644 --- a/ccmsi.lua +++ b/ccmsi.lua @@ -19,7 +19,7 @@ local CCMSI_VERSION = "v1.21" local install_dir = "/.install-cache" local manifest_path = "https://mikaylafischler.github.io/cc-mek-scada/manifests/" -local repo_path = "http://raw.githubusercontent.com/MikaylaFischler/cc-mek-scada/" +local repo_path = "https://git.befatorinc.de/TheHomecraft/cc-mek-scada/" ---@diagnostic disable-next-line: undefined-global local _is_pkt_env = pocket -- luacheck: ignore pocket