From 43e4d01b482ca4c7b9d8b5aa456eacf83480e0a4 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 13 Feb 2018 06:50:32 +0300 Subject: [PATCH] afae --- Files.cfg | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/Files.cfg b/Files.cfg index 375bbe83..5a9cfc05 100644 --- a/Files.cfg +++ b/Files.cfg @@ -1,21 +1,9 @@ { preInstall = { - { - path="/lib/MineOSCore.lua", - url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSCore.lua" - }, - { - path="/lib/MineOSPaths.lua", - url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSPaths.lua" - }, { path="/lib/advancedLua.lua", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/advancedLua.lua" }, - { - path="/lib/web.lua", - url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/web.lua" - }, { path="/lib/color.lua", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/color.lua" @@ -28,17 +16,25 @@ path="/lib/image.lua", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/image.lua" }, - { - path="/lib/GUI.lua", - url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/GUI.lua" - }, { path="/lib/doubleBuffering.lua", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/doubleBuffering.lua" }, { - path="/lib/image.lua", - url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/image.lua" + path="/lib/GUI.lua", + url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/GUI.lua" + }, + { + path="/lib/MineOSCore.lua", + url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSCore.lua" + }, + { + path="/lib/MineOSPaths.lua", + url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSPaths.lua" + }, + { + path="/lib/web.lua", + url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/web.lua" }, }, duringInstall = {