Обновить src/ckg.lua
This commit is contained in:
parent
3ee271bc36
commit
225355a7bd
|
@ -10,8 +10,8 @@ local CACHE_DIR = fs.combine(INSTALL_DIR, "cache")
|
||||||
local REPO_CACHE_DIR = fs.combine(CACHE_DIR, "repos")
|
local REPO_CACHE_DIR = fs.combine(CACHE_DIR, "repos")
|
||||||
local CONFIG_FILE = fs.combine(INSTALL_DIR, "config.txt")
|
local CONFIG_FILE = fs.combine(INSTALL_DIR, "config.txt")
|
||||||
local DEFAULT_REPOS = {
|
local DEFAULT_REPOS = {
|
||||||
"http://193.23.220.51:3000/p2vman/cpkg/raw/branch/main/packages.json",
|
"https://git.eptaproject.space/p2vman/cpkg/raw/branch/main/packages.json",
|
||||||
"http://193.23.220.51:3000/p2vman/luastd/raw/branch/main/packages.json"
|
"https://git.eptaproject.space/p2vman/luastd/raw/branch/main/packages.json"
|
||||||
}
|
}
|
||||||
local INSTALL_PKG_DIR = "/"
|
local INSTALL_PKG_DIR = "/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue