From 0d68fccc73e5e3237c948b217ca473d3b3cedb43 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 9 Sep 2017 22:06:34 +0300 Subject: [PATCH] Update Installer.lua --- Installer/Installer.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Installer/Installer.lua b/Installer/Installer.lua index aec0f89b..352b5670 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -34,11 +34,7 @@ if computer.totalMemory() < 2097152 then table.insert(reasons, "Not enough RAM: MineOS requires at least 2MB (2x Tier 3.5 RAM modules) to work properly.") end -<<<<<<< HEAD if #reasons > 0 and not options.skiphardwarecheck and not options.s then -======= -if #reasons > 0 and not options.skiphardwarecheck then ->>>>>>> origin/master print(" ") for i = 1, #reasons do print(reasons[i])