From d083b7006fad83ef27f8e3d7263e331b053de540 Mon Sep 17 00:00:00 2001 From: TheWahlolly Date: Sun, 18 May 2025 19:55:24 +0300 Subject: [PATCH] v1.0.2 - Removed a forgotten ocelot card call in shell.lua, updated WebInstall to set boot address and added alternative install method to README.md. --- README.md | 6 +++- halyde/core/boot.lua | 2 +- halyde/core/shell.lua | 1 - home/longfile.txt | 67 ------------------------------------------- webinstall.lua | 1 + 5 files changed, 7 insertions(+), 70 deletions(-) delete mode 100644 home/longfile.txt diff --git a/README.md b/README.md index 9cca39f..7898c05 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,8 @@ A universal, customizable and feature-packed operating system for OpenComputers. ## Installation To install Halyde from OpenOS, simply run: -`pastebin run rN5GwKbG` +`pastebin run xBtk6bFi` + +If for some reason that doesn't work, try: + +`wget -f https://raw.githubusercontent.com/Team-Cerulean-Blue/Halyde/refs/heads/main/webinstall.lua /tmp/webinstall.lua && /tmp/webinstall.lua` diff --git a/halyde/core/boot.lua b/halyde/core/boot.lua index 1e87def..a3d9da4 100644 --- a/halyde/core/boot.lua +++ b/halyde/core/boot.lua @@ -1,7 +1,7 @@ local loadfile = ... local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile) -_G._OSVERSION = "Halyde 1.0.1" +_G._OSVERSION = "Halyde 1.0.2" function _G.import(module, ...) local args = table.pack(...) diff --git a/halyde/core/shell.lua b/halyde/core/shell.lua index 4730f7a..cc3faa5 100644 --- a/halyde/core/shell.lua +++ b/halyde/core/shell.lua @@ -1,7 +1,6 @@ local shellcfg = import("/halyde/config/shell.cfg") import("/halyde/core/termlib.lua") local event = import("event") -local ocelot = component.proxy(component.list("ocelot")()) local filesystem = import("filesystem") local gpu = component.proxy(component.list("gpu")()) diff --git a/home/longfile.txt b/home/longfile.txt deleted file mode 100644 index 411cf31..0000000 --- a/home/longfile.txt +++ /dev/null @@ -1,67 +0,0 @@ -This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! -This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! -This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! -This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! -This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! This is a long file! -This is a long line! This is a long line! This is a long line! This is a long line! This is a long line! This is a long line! This is a long line! This is a long line! This is a long line! -This is a longer line! This is a longer line! This is a longer line! This is a longer line! This is a longer line! This is a longer line! This is a longer line! This is a longer line! This is a longer line! This is a longer line! This is a longer line! This is a longer line! This is a longer line! This is a longer line! - -This is a short line! - -This is a short line! - -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This has a lot of lines! -This is the last line! diff --git a/webinstall.lua b/webinstall.lua index 3bcbc63..fadf008 100644 --- a/webinstall.lua +++ b/webinstall.lua @@ -136,4 +136,5 @@ for i = 1, 3 do handle:close() end end +computer.setBootAddress(component.get(installLocation:sub(6, -2))) computer.shutdown(true)