Static APT and DNF repos for TenLing, published from GitHub Releases (no third-party account). Current version: 0.3.1.
echo "deb [trusted=yes] https://sihanteng.github.io/tenling/apt ./" | sudo tee /etc/apt/sources.list.d/tenling.list sudo apt update sudo apt install tenling
sudo tee /etc/yum.repos.d/tenling.repo <<'EOF' [tenling] name=TenLing baseurl=https://sihanteng.github.io/tenling/rpm enabled=1 gpgcheck=0 EOF sudo dnf install tenling