mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Changed repository URL
This commit is contained in:
parent
9cc8377503
commit
6fd4f6ec39
1 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@ local http = require("http")
|
||||||
local event = require("event")
|
local event = require("event")
|
||||||
|
|
||||||
|
|
||||||
local INDEX_URL = "https://raw.github.com/Capy64/CapyOS/deploy/index.json"
|
local INDEX_URL = "https://raw.github.com/Ale32bit/CapyOS/deploy/index.json"
|
||||||
local JSON_URL = "https://raw.github.com/Capy64/CapyOS/main/lib/json.lua"
|
local JSON_URL = "https://raw.github.com/Ale32bit/CapyOS/main/lib/json.lua"
|
||||||
|
|
||||||
local bootSleep = 2000
|
local bootSleep = 2000
|
||||||
local bg = 0x0
|
local bg = 0x0
|
||||||
|
@ -264,4 +264,4 @@ end
|
||||||
|
|
||||||
bootScreen()
|
bootScreen()
|
||||||
|
|
||||||
term.clear()
|
term.clear()
|
||||||
|
|
Loading…
Reference in a new issue