diff --git a/kernel.lua b/kernel.lua index 1e91d60..9a948a6 100644 --- a/kernel.lua +++ b/kernel.lua @@ -2,7 +2,7 @@ local function addDriver(fileName) local extension = ".lua" local fullFile = fileName .. extension shell.execute("rm", fullFile) - local baseRoute = "https://git.astrocore.space/root/NovaCorpLLC/raw/branch/main/" + local baseRoute = "https://git.astrocore.space/root/nova-corp/raw/branch/main/" shell.execute("wget", baseRoute .. fullFile) sleep(1) return require(fileName)