This commit is contained in:
WahPlus
2025-08-17 16:41:07 +03:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ 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 9gf8RA2A` `pastebin run MB21BTMv`
If for some reason that doesn't work, try: If for some reason that doesn't work, try:
+2
View File
@@ -1,3 +1,4 @@
local io = require("io")
local component = require("component") local component = require("component")
if not component.isAvailable("internet") then if not component.isAvailable("internet") then
io.stderr.write("This program requires an internet card to run.") 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.") io.stderr.write("All drives are read-only.\nHalyde cannot be installed.")
elseif #drives == 1 then elseif #drives == 1 then
installLocation = "/mnt/" .. drives[1] installLocation = "/mnt/" .. drives[1]
installAddress = driveAddresses[1]
end end
gpu.fill(1,1,width,height," ") gpu.fill(1,1,width,height," ")