fidei from home:sp1rit:fidei:nightly project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_sp1rit_fidei_nightly_Arch]
Server = https://download.opensuse.org/repositories/home:/sp1rit:/fidei:/nightly/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/Arch/$(uname -m)/home_sp1rit_fidei_nightly_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_sp1rit_fidei_nightly_Arch/fidei
For Debian Unstable 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:/sp1rit:/fidei:/nightly/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:fidei:nightly.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_fidei_nightly.gpg > /dev/null
sudo apt update
sudo apt install fidei
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:/sp1rit:/fidei:/nightly/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:fidei:nightly.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_fidei_nightly.gpg > /dev/null
sudo apt update
sudo apt install fidei
For Debian 12 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:/sp1rit:/fidei:/nightly/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:fidei:nightly.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_fidei_nightly.gpg > /dev/null
sudo apt update
sudo apt install fidei
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/Fedora_Rawhide/home:sp1rit:fidei:nightly.repo
dnf install fidei
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/Fedora_38/home:sp1rit:fidei:nightly.repo
dnf install fidei
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/openSUSE_Tumbleweed/home:sp1rit:fidei:nightly.repo
zypper refresh
zypper install fidei
For openSUSE Factory RISCV run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/openSUSE_Factory_RISCV/home:sp1rit:fidei:nightly.repo
zypper refresh
zypper install fidei
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/15.5/home:sp1rit:fidei:nightly.repo
zypper refresh
zypper install fidei
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/15.4/home:sp1rit:fidei:nightly.repo
zypper refresh
zypper install fidei
For xUbuntu 23.04 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:/sp1rit:/fidei:/nightly/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:fidei:nightly.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_fidei_nightly.gpg > /dev/null
sudo apt update
sudo apt install fidei
For xUbuntu 22.04 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:/sp1rit:/fidei:/nightly/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:fidei:nightly.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:fidei:nightly/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_fidei_nightly.gpg > /dev/null
sudo apt update
sudo apt install fidei

Packages for xUbuntu 23.04:

Packages for xUbuntu 22.04: