Armbian 是为 ARM 单板机提供的基于 Debian 和 Ubuntu 的操作系统。Armbian 仓库包括专用的 u-boot、内核及各种支持文件。
可以使用以下方法更换软件源:
armbian-config -> Personal -> Mirrors -> 选择镜像站。/etc/apt/sources.list.d/armbian.list,将 http://apt.armbian.com 替换为以下链接https://mirrors.tuna.tsinghua.edu.cn/armbian 然后执行 apt update。
这可以由以下命令完成
sed -i.bak 's#http://apt.armbian.com#https://mirrors.tuna.tsinghua.edu.cn/armbian#g' /etc/apt/sources.list.d/armbian.list
apt update