1
0
Fork 0

Repo URLs

This commit is contained in:
Casey 2023-10-14 13:31:20 +03:00
parent 1dbf9b56a5
commit 00405645f7
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
local repository = "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/master/augment/files.json" local repository = "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/augment/dev/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)