refactor: streamline driver loading in main and startup scripts
This commit is contained in:
@@ -5,6 +5,7 @@ local function addDriver(fileName)
|
||||
local baseRoute = "https://git.astrocore.space/root/NovaCorpLLC/raw/branch/main/"
|
||||
shell.execute("wget", baseRoute .. fullFile)
|
||||
sleep(1)
|
||||
return require(fileName)
|
||||
end
|
||||
|
||||
return { addDriver = addDriver }
|
||||
Reference in New Issue
Block a user