How to add custom repository URL for apt? #601
-
|
Hello. Сould you advise me how can add custom Debian repo in recipe? For example, I want to use my repo on OBS (Open Build Service), which is looks like http://download.opensuse.org/repositories/home:/Sunderland93:/repo |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Is there any update regarding this? This would be very useful. |
Beta Was this translation helpful? Give feedback.
-
|
You can add custom apt repository by modifying files under You can also use |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Christopher! That's very helpful. |
Beta Was this translation helpful? Give feedback.
You can add custom apt repository by modifying files under
/etc/apte.g.:You can also use
overlayactions to add new files into e.g./etc/apt/sources.list.das appropriate. Hope that helps.