mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
feat: 更新版本号至1.0.2并移除catos程序
更新LeonOS版本号至1.0.2,修改GitHub API基础URL为代理地址 移除不再使用的catos.lua安装程序 在安装器中添加下载启动文件的进度提示
This commit is contained in:
@@ -29,7 +29,7 @@ local pkg_config = {
|
||||
local_pkg_dir = "/packages", -- 本地包存储目录
|
||||
installed_db = "/packages/installed.json", -- 已安装包数据库
|
||||
cache_dir = "/packages/cache", -- 缓存目录
|
||||
github_api_url = "https://raw.githubusercontent.com" -- GitHub API基础URL
|
||||
github_api_url = "https://gh.catmak.name/https://raw.githubusercontent.com" -- GitHub API基础URL
|
||||
}
|
||||
|
||||
-- 创建新包
|
||||
|
||||
Reference in New Issue
Block a user