1
0
Fork 0

Added proper paths

This commit is contained in:
Casey 2023-10-12 18:15:21 +03:00
parent a1f3b22598
commit cf03413589
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"repository": "TODO", "repository": "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/master/augment",
"files": [ "files": [
{ {
"path": "startup", "path": "startup",

View File

@ -1,6 +1,6 @@
-- x-run: scp ./* pneumatic-pump:htdocs/cc/augment/ -- 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 files = textutils.unserializeJSON(http.get(repository).readAll())
local function getFile(url, path) local function getFile(url, path)