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