Lingmo OS自建镜像源分享与使用方法

镜像介绍

Lingmo OS自建镜像源只保留的Lingmo OS相关的软件,并不包含完整的Debian镜像源
利用Alist+网盘CDN实现,相较于官方源速度较快,不定期同步官方的镜像
注意:签名用的是自建的GPG key,并不是官方的GPG密钥

使用方法

准备工作

apt install sudo gpg

添加密钥

gpg --keyserver keyserver.ubuntu.com --recv-keys 8A476F70A87CCE50
gpg --export 8A476F70A87CCE50 | sudo tee /etc/apt/trusted.gpg.d/repo-key.gpg >/dev/null

添加地址

蓝奏云盘

echo "deb [trusted=yes] https://file-cn.52pika.cn/d/CNA-LanzouYX/Lingmo/package polaris devel" >> /etc/apt/sources.list

移动线路

echo "deb [trusted=yes] https://file-cn.52pika.cn/d/CN3-HecaiYun/Lingmo/package polaris devel" >> /etc/apt/sources.list

电信线路(暂不可用)

echo "deb [trusted=yes] https://file-cn.52pika.cn/d/CN6-189Cloud/Lingmo/package polaris devel" >> /etc/apt/sources.list

直连线路(速度较慢)

echo "deb [trusted=yes]  https://tool.pika.net.cn/lingmo polaris devel" >> /etc/apt/sources.list

更新列表

sudo apt update
Last modification:April 1, 2024
If you think my article is useful to you, please feel free to appreciate