flyhigh from home:jallemann project
Select Your Operating System
Add repository and install manually
For Debian 10 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:/jallemann/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:jallemann.list curl -fsSL https://download.opensuse.org/repositories/home:jallemann/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jallemann.gpg > /dev/null sudo apt update sudo apt install flyhigh
Grab binary packages directly
Add repository and install manually
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jallemann/openSUSE_Factory/home:jallemann.repo zypper refresh zypper install flyhigh
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jallemann/15.6/home:jallemann.repo zypper refresh zypper install flyhigh
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jallemann/15.4/home:jallemann.repo zypper refresh zypper install flyhigh
Grab binary packages directly
Add repository and install manually
For xUbuntu 20.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:/jallemann/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:jallemann.list curl -fsSL https://download.opensuse.org/repositories/home:jallemann/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jallemann.gpg > /dev/null sudo apt update sudo apt install flyhigh