fix: remove default repo and disable autoPull by default

This commit is contained in:
2025-02-12 19:13:50 +03:00
parent ec053f7e6a
commit be1a137eab
5 changed files with 40 additions and 26 deletions

View File

@ -45,13 +45,8 @@ var defaultConfig = &types.Config{
RootCmd: "sudo",
PagerStyle: "native",
IgnorePkgUpdates: []string{},
AutoPull: true,
Repos: []types.Repo{
{
Name: "default",
URL: "https://gitea.plemya-x.ru/xpamych/xpamych-alr-repo.git",
},
},
AutoPull: false,
Repos: []types.Repo{},
}
func New() *ALRConfig {