wcbing-apt-repo/deb/index.html
2024-09-12 10:28:37 +08:00

32 lines
985 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="light dark">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wcbing 的 APT 软件源</title>
<style>
body {
text-align: center;
}
a {
color: #4096ff;
text-decoration: none;
}
</style>
</head>
<body>
<h1>wcbing 的 APT 软件源</h1>
<a href="https://github.com/wcbing/wcbing-apt-repo">项目地址</a><br />
<a href="./version.txt">查看包版本信息</a><a href="./Packages">所有信息</a><br />
<a href="./status.txt">查看状态日志</a><br />
<h2>用法</h2>
<p>sudo curl -o /etc/apt/keyrings/wcbing.gpg https://packages.wcbing.top/wcbing.gpg<br />
echo "deb [signed-by=/etc/apt/keyrings/wcbing.gpg] https://packages.wcbing.top/deb /" | sudo tee
/etc/apt/sources.list.d/wcbing.list</p>
</body>
</html>