efitools from home:jejb1:UEFI project

Select Your Operating System

For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/jejb1:/UEFI/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:jejb1:UEFI.list
curl -fsSL https://download.opensuse.org/repositories/home:jejb1:UEFI/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jejb1_UEFI.gpg > /dev/null
sudo apt update
sudo apt install efitools
For Debian 9.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/jejb1:/UEFI/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:jejb1:UEFI.list
curl -fsSL https://download.opensuse.org/repositories/home:jejb1:UEFI/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jejb1_UEFI.gpg > /dev/null
sudo apt update
sudo apt install efitools
For Fedora 27 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jejb1:UEFI/Fedora_27/home:jejb1:UEFI.repo
dnf install efitools
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jejb1:UEFI/openSUSE_Leap_42.3/home:jejb1:UEFI.repo
zypper refresh
zypper install efitools