This commit is contained in:
2025-06-15 15:43:29 -04:00
parent 14f53bfc22
commit c2b9789243

View File

@@ -16,7 +16,7 @@ local function addDriverWithAlias(fileName, alias)
local baseRoute = "https://git.astrocore.space/root/NovaCorpLLC/raw/branch/main/" local baseRoute = "https://git.astrocore.space/root/NovaCorpLLC/raw/branch/main/"
shell.execute("wget", baseRoute .. fullFile, aliasFull) shell.execute("wget", baseRoute .. fullFile, aliasFull)
sleep(1) sleep(1)
return require(aliasFull) return require(alias)
end end
return { addDriver = addDriver, return { addDriver = addDriver,