Skip to content

Commit

Permalink
Declare Flathub repo for installing runtimes without requiring root
Browse files Browse the repository at this point in the history
  • Loading branch information
janopae committed Sep 17, 2023
1 parent 0055f93 commit bc14d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ flatpak-builder-tools/pip/flatpak-pip-generator:
pip3 install --user requirements-parser PyYAML

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

Expand Down

0 comments on commit bc14d74

Please sign in to comment.