feat: new step Lensfun's database update (#839)

* feat: new step Lensfun's database update

* refactor: take 1 as a success exit code
This commit is contained in:
SteveLauC
2024-06-30 22:41:09 +08:00
committed by GitHub
parent f2dfa1e475
commit 55e1bbf2b9
4 changed files with 53 additions and 0 deletions

View File

@@ -244,3 +244,10 @@
[containers]
# Specify the containers to ignore while updating (Wildcard supported)
# ignored_containers = ["ghcr.io/rancher-sandbox/rancher-desktop/rdx-proxy:latest", "docker.io*"]
[lensfun]
# If disabled, Topgrade invokes `lensfunupdatedata` without root priviledge,
# then the update will be only available to you. Otherwise, `sudo` is required,
# and the update will be installed system-wide, i.e., available to all users.
# (default: false)
# use_sudo = false