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.

This commit is contained in:
TheWahlolly
2025-05-18 19:55:24 +03:00
parent a4ffcb0119
commit d083b7006f
5 changed files with 7 additions and 70 deletions
+5 -1
View File
@@ -4,4 +4,8 @@ A universal, customizable and feature-packed operating system for OpenComputers.
## Installation ## Installation
To install Halyde from OpenOS, simply run: 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`
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ... local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(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, ...) function _G.import(module, ...)
local args = table.pack(...) local args = table.pack(...)
-1
View File
@@ -1,7 +1,6 @@
local shellcfg = import("/halyde/config/shell.cfg") local shellcfg = import("/halyde/config/shell.cfg")
import("/halyde/core/termlib.lua") import("/halyde/core/termlib.lua")
local event = import("event") local event = import("event")
local ocelot = component.proxy(component.list("ocelot")())
local filesystem = import("filesystem") local filesystem = import("filesystem")
local gpu = component.proxy(component.list("gpu")()) local gpu = component.proxy(component.list("gpu")())
-67
View File
@@ -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!
+1
View File
@@ -136,4 +136,5 @@ for i = 1, 3 do
handle:close() handle:close()
end end
end end
computer.setBootAddress(component.get(installLocation:sub(6, -2)))
computer.shutdown(true) computer.shutdown(true)