From eaf6b49259b49ca13cbedea2f61d0accc0980eb8 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 25 Apr 2017 23:45:29 +0300 Subject: [PATCH] afaef --- Installer/Installer.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Installer/Installer.lua b/Installer/Installer.lua index eba24800..cec13ac4 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -15,10 +15,6 @@ local screen = component.screen local reasons = {} -if component.getPrimary("filesystem").isReadOnly() then - table.insert(reasons, "Floppy disk filesystem detected: type \"install\" in command line and install OpenOS to your HDD. After that run MineOS installer again.") -end - if not _G._OSVERSION or tonumber(_G._OSVERSION:sub(8, 10)) < 1.5 then table.insert(reasons, "Old version of OpenComputers mod detected: MineOS requires OpenComputers 1.5 or newer to work properly.") end