forked from hkc/cc-stuff
1
0
Fork 0

[vftdan] personal repo url

This commit is contained in:
Vftdan 2023-10-13 13:44:20 +03:00
parent 89f4685a22
commit aee2fae003
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/vftdan/cc-stuff/raw/branch/vftdan/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/vftdan/cc-stuff/raw/branch/vftdan/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)