From fe2e7bba677b9c0bf459fcf0a328f6ceeb9b7134 Mon Sep 17 00:00:00 2001 From: TheHomecraft Date: Tue, 21 Oct 2025 00:46:50 +0200 Subject: [PATCH] Changed ip --- main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.lua b/main.lua index 82e6ea4..708cb33 100644 --- a/main.lua +++ b/main.lua @@ -3,7 +3,7 @@ local packageStoreageUrl = "/packages" if args[1] == "list" then - local res = http.get("http://192.168.178.24:7000/api/repo/list") + local res = http.get("http://85.214.239.211:7000/api/repo/list") local ds = res.readAll() print(ds) local json = textutils.unserializeJSON(ds) @@ -16,7 +16,7 @@ if args[1] == "install" then print("Package already installed!") return; end - local ws, stat = http.websocket("ws://192.168.178.24:7000/repo/install") + local ws, stat = http.websocket("ws://85.214.239.211:7000/repo/install") local msg = { repoName = args[2] }