1
0
Fork 0
mirror of synced 2024-05-12 00:13:06 +12:00
czkawka/misc/flathub.sh

6 lines
255 B
Bash
Raw Normal View History

2021-03-12 09:12:04 +13:00
#!/bin/bash
2021-05-09 08:14:53 +12:00
pip3 install aiohttp toml
2021-03-12 09:12:04 +13:00
wget https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/cargo/flatpak-cargo-generator.py
python3 flatpak-cargo-generator.py ./Cargo.lock -o flatpak/cargo-sources.json
rm flatpak-cargo-generator.py