mirror of
https://github.com/qarmin/czkawka
synced 2024-11-12 01:10:45 +00:00
6 lines
255 B
Bash
Executable File
6 lines
255 B
Bash
Executable File
#!/bin/bash
|
|
pip3 install aiohttp toml
|
|
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
|