commit 131f7eeb667c2e54af74daac8532e4918d79ce52 Author: wcbing Date: Sat Oct 12 12:54:46 2024 +0800 init diff --git a/DEBIAN/control b/DEBIAN/control new file mode 100644 index 0000000..7757285 --- /dev/null +++ b/DEBIAN/control @@ -0,0 +1,8 @@ +Package: wcbing-keyring +Version: 1.0.0 +Section: utils +Priority: optional +Architecture: all +Maintainer: wcbing +Homepage: https://packages.wcbing.top/deb/ +Description: the keyring of wcbing APT Repo. diff --git a/etc/apt/keyrings/wcbing.gpg b/etc/apt/keyrings/wcbing.gpg new file mode 100644 index 0000000..8646440 Binary files /dev/null and b/etc/apt/keyrings/wcbing.gpg differ diff --git a/etc/apt/sources.list.d/wcbing.list b/etc/apt/sources.list.d/wcbing.list new file mode 100644 index 0000000..b6b9be8 --- /dev/null +++ b/etc/apt/sources.list.d/wcbing.list @@ -0,0 +1 @@ +deb [signed-by=/etc/apt/keyrings/wcbing.gpg] https://packages.wcbing.top/deb/ / \ No newline at end of file