From c9d78b590713d189ced9cb9699eafbec7ef1a1f5 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 4 Jun 2017 11:43:25 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=BF=D1=81?= 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 6d7ae53b..5c80a36b 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -13,7 +13,6 @@ local screen = component.screen ------------------------------------------------------------------------------------------------------------------------------------ -print(" ") local reasons = {} if not _G._OSVERSION or tonumber(_G._OSVERSION:sub(8, 10)) < 1.5 then @@ -41,6 +40,7 @@ if computer.totalMemory() < 2097152 then end if #reasons > 0 then + print(" ") for i = 1, #reasons do print(reasons[i]) print(" ")