How do you modify topgrade's list of commands to run?
topgrade is currently running
elan update
instead of elan self update
and is failing because update
is not a valid subcommand. I tried adding a new command to run in /etc/ublue-os/topgrade.toml
with the name "elan" under [commands], but that simply created a new elan-updating script instead of replacing the existing one.1 Reply
Maybe this is a bug with topgrade but the main github branch has the correct command so idk (https://github.com/topgrade-rs/topgrade/blob/c421742c4f41ce835202956f8502aa40cee716a0/src/steps/generic.rs#L260)
bump