Hi @thiagonzalez,
Two things:
- If you want your update essentially to run a script, well then… use the script Update Module: Script
- second,
ArtifactInstall
state scripts need to be bundled with the artifact. See: State scripts | Mender documentation
But generally, I’d consider your approach a really bad practice. What’s the point of rolling out an update which then relies on an additional mechanism - hopes for it not to fail - and leaves out most of the system?
So in a nutshell, if you want up keep your system current including the latest Firefox maintenance release, why don’t you just do a full system update?
Greetz,
Josef