Added minor updates:
- An error page with quit buttons;
- Show an error page when flash fail;
- A quit button when flash is done;
- A
.rpm
package for Fedora Linux And RedHat Linux based distros with x86_64/amd_64 architetures; - Fixed desktop icon for
deb
andrpm
packages.
Many thanks to the selfcustody team: @odudex , @tadeubas, @jdlcdl , Jeff, Pacman and the telegram users for feedbacks !
Verify integrity/authenticity
Integrity
Download the properly <binary>.sha256.txt
:
wget https://github.com/selfcustody/krux-installer/releases/download/v0.0.11/<binary>.sha256.txt
Checksum:
sha256sum --check <binary>.sha256.txt
Signature
Import the public pgp key:
gpg --keyserver hkps://keys.openpgp.org --recv-keys "B428 1DDD FBBD 207B FA41 1313 8974 C902 9932 6322"
Download signature:
wget https://github.com/selfcustody/krux-installer/releases/download/v0.0.11/<binary>.sig
Verify:
gpg --verify <binary>.sig
Install
AppImage
This is a simple standalone application. But you will need to allow execution with:
chmod +x krux-installer-0.0.11.AppImage
./krux-installer-0.0.11.AppImage
Windows
This is a simple installer. Simple double click and follow the instructions
Debian like
sudo dpkg -i krux-installer_0.0.11_amd64.deb
sudo apt-get install -f
Fedora
sudo dnf install krux-installer-0.0.11.x86_64.rpm
Other RHEL based distros:
sudo yum localinstall krux-installer-0.0.11.x86_64.rpm
or
sudo rpm -ivh krux-installer-0.0.11.x86_64.rpm
When its done, the krux-installer
command will be available in your bash
and in your desktop entries.