Merge pull request 'fix: remove default repo and disable autoPull by default' (#36) from Maks1mS/ALR:fix/change-default-config into master

Reviewed-on: #36
This commit is contained in:
2025-02-13 15:46:13 +00:00
4 changed files with 26 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 {