From 37f852c4fd14b3ef7b6790d8484fe2304e26e280 Mon Sep 17 00:00:00 2001 From: Happy_mimimix Date: Mon, 10 Feb 2025 09:59:31 -0500 Subject: [PATCH] Update OpenOS.lua --- Installer/OpenOS.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installer/OpenOS.lua b/Installer/OpenOS.lua index ec93789e..585397e3 100644 --- a/Installer/OpenOS.lua +++ b/Installer/OpenOS.lua @@ -58,7 +58,7 @@ end -- Checking if installer can be downloaded from GitHub, because of PKIX errors, server blacklists, etc do - local success, result = pcall(component.internet.request, "https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/Main.lua") + local success, result = pcall(component.internet.request, "https://raw.githubusercontent.com/happymimimix/MineOS_Bugfix/master/Installer/Main.lua") if not success then if result then @@ -102,7 +102,7 @@ end -- Flashing EEPROM with tiny script that will run installer itself after reboot. -- It's necessary, because we need clean computer without OpenOS hooks to computer.pullSignal() component.eeprom.set([[ - local connection, data, chunk = component.proxy(component.list("internet")()).request("https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/Main.lua"), "" + local connection, data, chunk = component.proxy(component.list("internet")()).request("https://raw.githubusercontent.com/happymimimix/MineOS_Bugfix/master/Installer/Main.lua"), "" while true do chunk = connection.read(math.huge) @@ -119,4 +119,4 @@ component.eeprom.set([[ load(data)() ]]) -computer.shutdown(true) \ No newline at end of file +computer.shutdown(true)