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:
@@ -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`
|
||||
|
||||
@@ -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(...)
|
||||
|
||||
@@ -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")())
|
||||
|
||||
|
||||
@@ -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!
|
||||
@@ -136,4 +136,5 @@ for i = 1, 3 do
|
||||
handle:close()
|
||||
end
|
||||
end
|
||||
computer.setBootAddress(component.get(installLocation:sub(6, -2)))
|
||||
computer.shutdown(true)
|
||||
|
||||
Reference in New Issue
Block a user