From d66efdbb0fa395fae35908faa60388e7c0690e9f Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 29 May 2016 04:49:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B5=D0=B1=D0=B0=D1=82=D1=8C=20=D0=B3=D0=B5?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installer/Installer.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installer/Installer.lua b/Installer/Installer.lua index 9dd19b9d..4f40116e 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -6,10 +6,14 @@ local event = require("event") local fs = require("filesystem") local internet = require("internet") local seri = require("serialization") +local shell = require("shell") local gpu = component.gpu -----------------Проверка компа на соответствие сис. требованиям-------------------------- +shell.execute("cd ..") +shell.setWorkingDirectory("") + --Создаем массив говна local govno = {}