forked from hkc/cc-stuff
Added proper paths
This commit is contained in:
parent
a1f3b22598
commit
cf03413589
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"repository": "TODO",
|
||||
"repository": "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/master/augment",
|
||||
"files": [
|
||||
{
|
||||
"path": "startup",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-- x-run: scp ./* pneumatic-pump:htdocs/cc/augment/
|
||||
|
||||
local repository = "TODO/files.json"
|
||||
local repository = "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/master/augment/files.json"
|
||||
local files = textutils.unserializeJSON(http.get(repository).readAll())
|
||||
|
||||
local function getFile(url, path)
|
||||
|
|
Loading…
Reference in New Issue