From ae16ce2bf7bf725e6fa7cefb76ad10744dee5ee8 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 7 May 2018 18:12:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D0=BF=D0=BE=D0=BC=D0=BD=D0=B8,=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=B9=20=D1=85=D1=83=D0=B9=20=D1=8F?= =?UTF-8?q?=20=D1=8D=D1=82=D1=83=20=D0=BF=D0=B0=D1=80=D0=B0=D1=88=D1=83=20?= =?UTF-8?q?=D1=80=D0=B0=D1=81=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B8=D0=BB=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installer.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installer.lua b/Installer.lua index 2ea1a65f..6b7b08d4 100644 --- a/Installer.lua +++ b/Installer.lua @@ -293,9 +293,9 @@ stages[5] = function() file:write("require(\"shell\").execute(\"OS\")") file:close() - if computer.getArchitecture then - computer.setArchitecture("Lua 5.2") - end + -- if computer.getArchitecture then + -- computer.setArchitecture("Lua 5.2") + -- end computer.shutdown(true) end