From 7c00eb51c82154d82ae33b8d49e61297b7a8b638 Mon Sep 17 00:00:00 2001 From: Ponali Date: Wed, 13 Aug 2025 16:01:37 +0200 Subject: [PATCH 1/2] Fixed a bug that made Webinstall crash on systems with only one writable disk --- webinstall.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webinstall.lua b/webinstall.lua index 5ac5425..9a565c2 100644 --- a/webinstall.lua +++ b/webinstall.lua @@ -1,3 +1,4 @@ +local io = require("io") local component = require("component") if not component.isAvailable("internet") then io.stderr.write("This program requires an internet card to run.") @@ -95,6 +96,7 @@ if #drives == 0 then io.stderr.write("All drives are read-only.\nHalyde cannot be installed.") elseif #drives == 1 then installLocation = "/mnt/" .. drives[1] + installAddress = driveAddresses[1] end gpu.fill(1,1,width,height," ") From 420931e26309a31a0d47dde9330372085c930de1 Mon Sep 17 00:00:00 2001 From: Ponali Date: Wed, 13 Aug 2025 16:11:25 +0200 Subject: [PATCH 2/2] Updated the Pastebin ID for webinstall. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a31d3..d4077c5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A universal, customizable and feature-packed operating system for OpenComputers. ## Installation To install Halyde from OpenOS, simply run: -`pastebin run 9gf8RA2A` +`pastebin run MB21BTMv` If for some reason that doesn't work, try: