how to disable an update, e.g. for freshclam #1384
-
|
Saadly topgrade has a bug and fails with the freshclam update on linux (issue with sudo). I tried to add disable = [ "freshclam" ] to the topgrade.toml as google advised but this generates an error, i.e. is obviously not correct syntax. I have not found any useful method to permanently disable the freshclam update via topgrade. The command line option --disable clam_av_db works and could be wrapped with an alias command to avoid typing it over and over. Any possibility to configure topgrade.toml to disable specific updates? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I just got permissions to fix this and will make a release no later than this weekend. Will keep you updated The id's used in the config file are the same as in the CLI with the |
Beta Was this translation helpful? Give feedback.
-
|
Ok, thank you, sounds great, a corrected version will be very much appreciated, thanks! I tried the disable = [ "clam_av_db "] and it produced the same failure as was raised by disable = [ "freshclam "]: jack@peppinger:~$ topgrade |
Beta Was this translation helpful? Give feedback.
I just got permissions to fix this and will make a release no later than this weekend. Will keep you updated
The id's used in the config file are the same as in the CLI with the
--disableoption, sodisable = [ "clam_av_db" ]should work!