updated kernel address
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user