mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Remove unneeded index in pmctl for now
This commit is contained in:
parent
95be1085bc
commit
bb2cbdb5c1
1 changed files with 6 additions and 11 deletions
|
@ -182,17 +182,12 @@ func cmdSetup(cmd *cobra.Command, args []string) (err error) {
|
||||||
Beta: false,
|
Beta: false,
|
||||||
})
|
})
|
||||||
|
|
||||||
registry.AddIndex(updater.Index{
|
// TODO: enable loading beta versions
|
||||||
Path: "beta.json",
|
// registry.AddIndex(updater.Index{
|
||||||
Stable: false,
|
// Path: "beta.json",
|
||||||
Beta: true,
|
// Stable: false,
|
||||||
})
|
// Beta: true,
|
||||||
|
// })
|
||||||
registry.AddIndex(updater.Index{
|
|
||||||
Path: "all/intel/intel.json",
|
|
||||||
Stable: true,
|
|
||||||
Beta: false,
|
|
||||||
})
|
|
||||||
|
|
||||||
updateRegistryIndex()
|
updateRegistryIndex()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue