1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

use flatpakrepo file

This commit is contained in:
Jason N. 2024-03-04 16:59:08 -05:00
parent 66fa914993
commit 3490844706
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ WEB_UI = false
REPOS = /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-updates.repo
ADDITIONAL_TEMPLATES = ""
FLATPAK_REMOTE_NAME = flathub
FLATPAK_REMOTE_URL = https://dl.flathub.org/repo/
FLATPAK_REMOTE_URL = https://flathub.org/repo/flathub.flatpakrepo
FLATPAK_REMOTE_REFS =
ROOTFS_SIZE = 4

View file

@ -41,9 +41,9 @@ inputs:
required: false
default: "flathub"
flatpak_remote_url:
description: The URL of the Flatpak remote repo
description: The URL of the Flatpak remote flatpakrepo file
required: false
default: https://dl.flathub.org/repo/
default: https://flathub.org/repo/flathub.flatpakrepo
flatpak_remote_refs:
description: Space delimited list of refs to the flatpak packages to install
required: false