From ca0d3259bb1c881a3929d97f1236aec808d081c8 Mon Sep 17 00:00:00 2001 From: wcbing Date: Sat, 13 Dec 2025 16:44:54 +0800 Subject: [PATCH] add lutris repo --- README.md | 1 + data/repo_list.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 4a6d96c..d6c4650 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ | [WezTerm](https://wezterm.org/install/linux.html#using-the-apt-repo) | wezterm
wezterm-nightly | ✅ | ✅ | | [Remote Desktop Manager](https://docs.devolutions.net/rdm/installation/client/?tab=linux) | remotedesktopmanager | ✅ | ✅ | | [Discord](https://github.com/Javinator9889/Discord-PPA) 第三方仓库| discord | ✅ | | +| [Lutris](https://lutris.net/downloads) | lutris | ✅ | ✅ | ## 自建仓库 diff --git a/data/repo_list.json b/data/repo_list.json index c13c896..c21ecc0 100644 --- a/data/repo_list.json +++ b/data/repo_list.json @@ -173,5 +173,11 @@ "path": { "amd64": "dists/all/main/binary-amd64/Packages.gz" } + }, + "lutris": { + "repo": "https://download.opensuse.org/repositories/home:/strycore/Debian_12/", + "path": { + "all": "Packages.gz" + } } } \ No newline at end of file