Skip to main content
Question

Quick script to disable Firefox auto-updates?

  • April 25, 2016
  • 3 replies
  • 9 views

Forum|alt.badge.img+7

Are any of you using a post install script to disable firefox auto updates? I usually build out the package in composer and disable auto-updates using a .js file that way. However, I've moved over to using autopkgr, and am not using composer. I'm thinking a post-install script will be the best way, but I'm admittedly not great at scripting yet.

If anyone has something written up, I'd very much appreciate it!

3 replies

Forum|alt.badge.img+7
  • Contributor
  • April 25, 2016

I don't use it, but I'm pretty sure most people use CCK.

http://www.amsys.co.uk/2014/08/locking-firefox-cck-2/?nabe=6486817002487808%3A0&nabr=10


Forum|alt.badge.img+12
  • Contributor
  • April 25, 2016

Rather than scripting, create the various files you require and add them as a package that is installed post your Firefox pkg. You can then swap out the newer Firefox pkg provided by autopkg, whilst the config pkg will remain the same.


Forum|alt.badge.img+7
  • Author
  • Contributor
  • April 25, 2016

@sean I never thought of that. Great idea. Thank you!