parent
ab4584b73b
commit
2445b665bc
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ export default (): string | null => {
|
|||
|
||||
const updates: string[] = [];
|
||||
|
||||
const jdownloaderUpdates = updateImages(`${FLAKE}/configurations/nos/modules/comics/jdownloader2`);
|
||||
|
||||
if (jdownloaderUpdates) {
|
||||
updates.push(jdownloaderUpdates);
|
||||
}
|
||||
|
||||
const jellfyinUpdates = updateImages(`${FLAKE}/configurations/nos/modules/jellyfin`);
|
||||
|
||||
if (jellfyinUpdates) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue