github selfcustody/krux-installer v0.0.1

9 months ago

This is the first stable release of krux-installer.

🎅🏾 And the first one for debian-like users. Merry christmas 🎅🏾

The user experience did not changed, but some changes were necessary to keep the code up to date.

Full Changelog: https://github.com/selfcustody/krux-installer/blob/main/CHANGELOG.md
Please see this warning: https://github.com/selfcustody/krux-installer/blob/main/WARNING.md

Many thanks to the selfcustody team: @odudex , @tadeubas, @jdlcdl , Jeff, Pacman and the telegram users for feedbacks !

Verify integrity/authenticity

The process can change depending of used OS, where <binary> can be one of:

  • krux-installer_0.0.1_amd64.deb
  • krux-installer-0.0.1.AppImage
  • krux-installer_0.0.1.exe

Integrity

Download the properly <binary>.sha256.txt:

wget https://github.com/selfcustody/krux-installer/releases/download/v0.0.1/<binary>.sha256.txt

Checksum:

sha256sum --check <binary>.sha256.txt <binary>

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.1/<binary>.sig

Verify:

gpg --verify <binary>.sig <binary>

Install

AppImage

This is a simple standalone application. But you will need to allow execution with:

chmod +x krux-installer-0.0.1.AppImage

Windows

This is a simple installer. Simple double click and follow the instructions

Debian like

To install you will need to execute two commands:

sudo dpkg -i krux-installer_0.0.1_amd64.deb

and then

sudo apt-get install -f

When its done, the krux-installer command will be available in your bash and in your desktop entries.

Don't miss a new krux-installer release

NewReleases is sending notifications on new releases.