diff --git a/augment/files.json b/augment/files.json index ec05838..0109546 100644 --- a/augment/files.json +++ b/augment/files.json @@ -1,5 +1,5 @@ { - "repository": "TODO", + "repository": "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/master/augment", "files": [ { "path": "startup", diff --git a/augment/startup.lua b/augment/startup.lua index 1a5d805..5107384 100644 --- a/augment/startup.lua +++ b/augment/startup.lua @@ -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)