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
+1
View File
@@ -136,4 +136,5 @@ for i = 1, 3 do
handle:close()
end
end
computer.setBootAddress(component.get(installLocation:sub(6, -2)))
computer.shutdown(true)