updated startup
This commit is contained in:
parent
804785c198
commit
6af42c3783
@ -1,7 +1,7 @@
|
||||
|
||||
--fetch sync script
|
||||
local prefix = "https://git.brulijam.com/brulijam/Computercraft/raw/branch/main/src"
|
||||
getRequest = http.get(prefix .. "/main/programs/sync.lua")
|
||||
local repo = "https://git.brulijam.com/brulijam/Computercraft/raw/branch/main/src"
|
||||
getRequest = http.get(repo .. "/main/programs/sync.lua")
|
||||
file = fs.open("/main/programs/sync.lua", "w")
|
||||
file.write(getRequest.readAll())
|
||||
file.close()
|
||||
|
Loading…
Reference in New Issue
Block a user