mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
Говнище
This commit is contained in:
parent
c3aa197047
commit
6feb40e2f4
@ -39,12 +39,12 @@ if computer.totalMemory() < 2097152 then
|
||||
table.insert(reasons, "Not enough RAM: MineOS requires at least 2MB (2x Tier3 RAM modules) to work properly.")
|
||||
end
|
||||
|
||||
for i = 1, #reasons do
|
||||
print(reasons[i])
|
||||
print(" ")
|
||||
end
|
||||
|
||||
if #reasons > 0 then
|
||||
for i = 1, #reasons do
|
||||
print(reasons[i])
|
||||
print(" ")
|
||||
end
|
||||
|
||||
return
|
||||
end
|
||||
|
||||
@ -310,8 +310,6 @@ stages[5] = function()
|
||||
file:write("dofile(\"/OS.lua\")")
|
||||
file:close()
|
||||
|
||||
fs.makeDirectory("/MineOS/Trash/")
|
||||
|
||||
require("computer").shutdown(true)
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user