Mirrors of archive.raspberrypi.org
今天用树莓派安装 DietPi
时发现除了默认的 /etc/apt/source.list
中的 raspbian
仓库以外,/etc/apt/source.list.d
目录下还存在一个 raspi.list
文件,其中的仓库为:
deb https://archive.raspberrypi.org/debian/ stretch main ui
阿里云没有这个仓库的镜像,在树莓派论坛了解到中国科学技术大学镜像站上有这个仓库的镜像,替换如下:
#deb https://archive.raspberrypi.org/debian/ stretch main ui
deb https://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/ stretch main ui