opencomputers how to install mineos --opencomputers MineOS --https://computercraft.ru/topic/2195-mineos/ --https://habrahabr.ru/post/272391/ --https://www.youtube.com/user/EliteClubSessions/videos require("component").eeprom.set([[ local handle, data, chunk = component.proxy(component.list("internet")()).request("https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/Main.lua"), "" while true do chunk = handle.read(math.huge) if chunk then data = data .. chunk opencomputers how to install mineos How to get it? opencomputers how to install mineos else break end end handle.close() load(data)() ]]) require("computer").shutdown(true) opencomputers how to install mineos