hello from home:ldragon project

Select Your Operating System

For Debian 13 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:/ldragon/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:ldragon.list
curl -fsSL https://download.opensuse.org/repositories/home:ldragon/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_ldragon.gpg > /dev/null
sudo apt update
sudo apt install hello
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:ldragon/openSUSE_Tumbleweed/home:ldragon.repo
zypper refresh
zypper install hello
For Debian debbuild Debian 13 run the following as root:
?