diff --git a/Installer/Main.lua b/Installer/Main.lua index 6fd67821..4c83aeb6 100644 --- a/Installer/Main.lua +++ b/Installer/Main.lua @@ -5,7 +5,7 @@ local function getComponentAddress(name) end local function getComponentProxy(name) - return getComponentAddress(name) + return component.proxy(getComponentAddress(name)) end local EEPROMProxy, internetProxy, GPUProxy =