Hello. Sorry, I am using the Fleetctl in order to ...
# fleet
r
Hello. Sorry, I am using the Fleetctl in order to generate fleet desktop software. Even though I had disabled the update feature from the TUF server it is still trying to get all the files from the server. How can I change that???
l
Hi @Reza Kazemy! Correct.
fleetctl package
downloads the executables from a TUF repository (default being tuf.fleetdm.com) and assembles an installer package. If you use the
--disable-updates
option then once installed, Orbit won't run any auto-update mechanism. Let me know if it makes sense.
How can I change that???
You need a TUF repository. You could fetch executables from a custom TUF repository via the
--update-roots
and
--update-url
options.
r
@Lucas Rodriguez Thank you so much.