Skip to content

Commit c378d9e

Browse files
committed
Declare Flathub repo for installing runtimes without requiring interaction
1 parent bc14d74 commit c378d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ flatpak-builder-tools/pip/flatpak-pip-generator:
2828
pip3 install --user requirements-parser PyYAML
2929

3030
pypi-dependencies.flatpak-manifest.yaml: requirements.txt flatpak-builder-tools/pip/flatpak-pip-generator
31-
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
32-
flatpak install org.freedesktop.Sdk//23.08
31+
yes | flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
32+
flatpak install flathub org.freedesktop.Sdk//23.08
3333
flatpak-builder-tools/pip/flatpak-pip-generator --runtime=org.freedesktop.Sdk//23.08 --requirements-file=requirements.txt attrdict3 --output pypi-dependencies.flatpak-manifest --yaml
3434

3535
dist/repo: src bin names.txt.gz dict_en.dat.gz manual.html setup.py pypi-dependencies.flatpak-manifest.yaml Devel.flatpak-manifest.yml

0 commit comments

Comments
 (0)