-1

I want to add the Mozilla Packages repo to my local apt mirror server. I think I need to somehow add the config to "/etc/apt/mirror.list" which currently has

deb https://ppa.launchpad.net/software/ppa/ubuntu jammy main
deb-src https://ppa.launchpad.net/software/ppa/ubuntu jammy main

My question is how do I convert the config for the Mozilla Packages repo into code I can put into this file? Would it be like so?

deb https://packages.mozilla.org/apt/ mozilla main
deb-src https://packages.mozilla.org/apt/ mozilla main
1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.
    – Community Bot
    Commented Jun 22 at 17:32

0

You must log in to answer this question.

Browse other questions tagged .