flasher is a simple Disk Image USB burner tool..
It is currently a work in progress. Maintenance is done by DAFT-8 team.
- This application is developed based on Python3 and GTK+3. Dependencies:
gir1.2-glib-2.0 gir1.2-gtk-3.0 dh-python python3-all python3-setuptools gettext
- Install dependencies :
sudo apt install gir1.2-glib-2.0 gir1.2-gtk-3.0 dh-python python3-all python3-setuptools gettext
- Clone the repository :
git clone https://github.com/DAFT-8/flasher.git ~/flasher
- Run application :
python3 ~/flasher/src/main.py
sudo apt install devscripts git-buildpackage
cd ~/flasher/
sudo mk-build-deps -ir
gbp buildpackage --git-ignore-new -us -uc