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 = {