Невероятно важная фича

This commit is contained in:
Igor Timofeev 2018-03-16 21:06:47 +03:00
parent e7443e078e
commit 262d65b7f3

View File

@ -292,8 +292,12 @@ stages[5] = function()
local file = io.open("/autorun.lua", "w")
file:write("require(\"shell\").execute(\"OS\")")
file:close()
if computer.getArchitecture then
computer.setArchitecture("Lua 5.2")
end
require("computer").shutdown(true)
computer.shutdown(true)
end
end