新增cursor的配置

This commit is contained in:
zeaslity
2025-02-25 17:01:14 +08:00
parent 5a8aa53d64
commit 60a1849207
70 changed files with 60241 additions and 17631 deletions

View File

@@ -53,6 +53,7 @@ func (op *PackageOperator) Install(tools []string) {
}
}
// PackageInit 初始化包管理器, 如果本机是ubuntu或者debian, 则使用apt, 否则使用yum
func (op *PackageOperator) PackageInit() {
log.Info("PackageInit !")