diff --git a/getting-started/installing/from-gui/debian-like/index.html b/getting-started/installing/from-gui/debian-like/index.html index 2bb48a0c..e9b553ce 100644 --- a/getting-started/installing/from-gui/debian-like/index.html +++ b/getting-started/installing/from-gui/debian-like/index.html @@ -1448,20 +1448,20 @@

Download assets

Verify the integrity

Open your terminal and type the command below:

-
sha256sum --check ./krux-installer_0.0.2-alpha_amd64.deb.sha256.txt
+
sha256sum --check ./krux-installer_0.0.20-alpha-2_amd64.deb.sha256.txt
 

Verify the authenticity

The first step is import the developer's key:

gpg --keyserver hkps://keys.openpgp.org --recv-keys B4281DDDFBBD207BFA4113138974C90299326322
 

Then, to verify yourself, run this command on your terminal:

-
gpg --verify ./krux-installer_0.0.2-alpha_amd64.deb.sig
+
gpg --verify ./krux-installer_0.0.20-alpha-2_amd64.deb.sig
 

⚠️ TIP: If the verification was successful, @@ -1474,12 +1474,12 @@

Install
sudo dpkg -i krux-installer_0.0.2-alpha_amd64.deb
+
sudo dpkg -i krux-installer_0.0.20-alpha-2_amd64.deb
 
  • Update the installed package:
-
sudo apt-get install -f krux-installer_0.0.2-alpha_amd64.deb
+
sudo apt-get install -f krux-installer_0.0.20-alpha-2_amd64.deb
 

It will warn you that your system user was added to dialout group and maybe you need to reboot to activate the sudoless flash procedure.

diff --git a/getting-started/installing/from-gui/fedora-like/index.html b/getting-started/installing/from-gui/fedora-like/index.html index 270e2803..556fcd54 100644 --- a/getting-started/installing/from-gui/fedora-like/index.html +++ b/getting-started/installing/from-gui/fedora-like/index.html @@ -1472,20 +1472,20 @@

Download assets

Verify the integrity

Open your terminal and type the command below:

-
sha256sum --check ./krux-installer-0.0.2_alpha-1.x86_64.rpm.sha256.txt
+
sha256sum --check ./krux-installer-0.0.20_alpha-2-1.x86_64.rpm.sha256.txt
 

Verify the authenticity

The first step is import the developer's key:

gpg --keyserver hkps://keys.openpgp.org --recv-keys B4281DDDFBBD207BFA4113138974C90299326322
 

Then, to verify yourself, run this command on your terminal:

-
gpg --verify ./krux-installer-0.0.2_alpha-1.x86_64.rpm.sig
+
gpg --verify ./krux-installer-0.0.20_alpha-2-1.x86_64.rpm.sig
 

⚠️ TIP: If the verification was successful, @@ -1494,10 +1494,10 @@

Verify the authenticityInstall

krux-installer isn't available on Fedora or RedHat repositories. You'll need to add it manually:

Fedora

-
sudo  dnf install krux-installer-0.0.2_alpha-1.x86_64.rpm
+
sudo  dnf install krux-installer-0.0.20_alpha-2-1.x86_64.rpm
 

Other RedHat based distros:

-
sudo yum localinstall krux-installer-0.0.2_alpha-1.x86_64.rpm
+
sudo yum localinstall krux-installer-0.0.20_alpha-2-1.x86_64.rpm
 

It will warn you that your system user was added to dialout group and maybe you need to reboot to activate the sudoless flash procedure.

diff --git a/getting-started/installing/from-gui/macos-arm64/index.html b/getting-started/installing/from-gui/macos-arm64/index.html index baf0bdb5..da6481e0 100644 --- a/getting-started/installing/from-gui/macos-arm64/index.html +++ b/getting-started/installing/from-gui/macos-arm64/index.html @@ -1448,20 +1448,20 @@

Download assets

Verify the integrity

Open your terminal and type the command below:

-
sha256sum --check ./krux-installer_0.0.2-alpha_arm64.dmg.sha256.txt
+
sha256sum --check ./krux-installer_0.0.20-alpha-2_arm64.dmg.sha256.txt
 

Verify the authenticity

The first step is import the developer's key:

gpg --keyserver hkps://keys.openpgp.org --recv-keys B4281DDDFBBD207BFA4113138974C90299326322
 

Then, to verify yourself, run this command on your terminal:

-
gpg --verify ./krux-installer_0.0.2-alpha_arm64.dmg.sig
+
gpg --verify ./krux-installer_0.0.20-alpha-2_arm64.dmg.sig
 

⚠️ TIP: If the verification was successful, diff --git a/getting-started/installing/from-gui/macos-intel/index.html b/getting-started/installing/from-gui/macos-intel/index.html index 76d2729d..f4196d7a 100644 --- a/getting-started/installing/from-gui/macos-intel/index.html +++ b/getting-started/installing/from-gui/macos-intel/index.html @@ -1448,20 +1448,20 @@

Download assets

Verify the integrity

Open your terminal and type the command below:

-
sha256sum --check ./krux-installer_0.0.2-alpha_x86_64.dmg.sha256.txt
+
sha256sum --check ./krux-installer_0.0.20-alpha-2_x86_64.dmg.sha256.txt
 

Verify the authenticity

The first step is import the developer's key:

gpg --keyserver hkps://keys.openpgp.org --recv-keys B4281DDDFBBD207BFA4113138974C90299326322
 

Then, to verify yourself, run this command on your terminal:

-
gpg --verify ./krux-installer_0.0.2-alpha_x86_64.dmg.sig
+
gpg --verify ./krux-installer_0.0.20-alpha-2_x86_64.dmg.sig
 

⚠️ TIP: If the verification was successful, diff --git a/getting-started/installing/from-gui/other-linux-distro/index.html b/getting-started/installing/from-gui/other-linux-distro/index.html index 776d0d06..373b4661 100644 --- a/getting-started/installing/from-gui/other-linux-distro/index.html +++ b/getting-started/installing/from-gui/other-linux-distro/index.html @@ -1455,20 +1455,20 @@

Download assets

For this installation, we'll use the .deb sources:

Verify the integrity

Open your terminal and type the command below:

-
sha256sum --check ./krux-installer_0.0.2-alpha_amd64.deb.sha256.txt
+
sha256sum --check ./krux-installer_0.0.20-alpha-2_amd64.deb.sha256.txt
 

Verify the authenticity

The first step is import the developer's key:

gpg --keyserver hkps://keys.openpgp.org --recv-keys B4281DDDFBBD207BFA4113138974C90299326322
 

Then, to verify yourself, run this command on your terminal:

-
gpg --verify ./krux-installer_0.0.2-alpha_amd64.deb.sig
+
gpg --verify ./krux-installer_0.0.20-alpha-2_amd64.deb.sig
 

⚠️ TIP: If the verification was successful, @@ -1487,7 +1487,7 @@

Extract contents
ar xv krux-installer_0.0.2-alpha_amd64.deb
+
ar xv krux-installer_0.0.20-alpha-2_amd64.deb