树莓派buster更换阿里源

sudo vim /etc/apt/sources.list
注销原来的内容,新增如下内容
deb http://mirrors.aliyun.com/raspbian/raspbian/ buster main non-free contrib
deb-src http://mirrors.aliyun.com/raspbian/raspbian/ buster main non-free contrib

sudo vim  /etc/apt/sources.list.d/raspi.list
注销原来的内容,新增如下内容
deb http://mirrors.aliyun.com/raspbian/raspbian/ buster main
deb-src http://mirrors.aliyun.com/raspbian/raspbian/ buster main

然后更新系统即可
sudo apt-get update && apt-get upgrade -y

posted on 2020-04-13 01:25  willhuo  阅读(2321)  评论(0编辑  收藏  举报