Обновить src/ckg.lua

This commit is contained in:
p2vman 2025-05-05 09:21:14 +00:00
parent 3ee271bc36
commit 225355a7bd
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ local CACHE_DIR = fs.combine(INSTALL_DIR, "cache")
local REPO_CACHE_DIR = fs.combine(CACHE_DIR, "repos")
local CONFIG_FILE = fs.combine(INSTALL_DIR, "config.txt")
local DEFAULT_REPOS = {
"http://193.23.220.51:3000/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/cpkg/raw/branch/main/packages.json",
"https://git.eptaproject.space/p2vman/luastd/raw/branch/main/packages.json"
}
local INSTALL_PKG_DIR = "/"