From 17e2ca4d7354777ce142832563973b67de877dd9 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 3 Sep 2016 00:08:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=A3=20=D0=93=D0=9E=D0=92=D0=9D=D0=9E?= =?UTF-8?q?=20=D0=96=D0=95=20=D0=9D=D0=95=20=D0=A0=D0=90=D0=92=D0=9D=D0=9E?= =?UTF-8?q?=20=D0=AD=D0=9D=D0=94=20=D0=AD=D0=9D=D0=94=20=D0=A1=D0=A3=D0=9A?= =?UTF-8?q?=D0=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installer/Installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/Installer.lua b/Installer/Installer.lua index adde4e7e..7b48fdc9 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -32,7 +32,7 @@ if math.floor(computer.totalMemory() / 1024 ) < 1536 then table.insert(govno, "N if fs.get("bin/edit.lua") == nil or fs.get("bin/edit.lua").isReadOnly() then table.insert(govno, "You can't install MineOS on floppy disk. Run \"install\" in command line and install OpenOS from floppy to HDD first. After that you're be able to install MineOS from Pastebin.") end --Если нашло какое-то несоответствие сис. требованиям, то написать, что именно не так -if #govno > 0 args[1] ~= "skipcheck" then +if #govno > 0 and args[1] ~= "skipcheck" then print(" ") for i = 1, #govno do print(govno[i])