Ubuntu 系统使用阿里源
备份原 sources.list
文件
cp /etc/apt/sources.list /etc/apt/sources.list.bak
使用阿里源
sed -i "s@http://.*archive.ubuntu.com@http://mirrors.aliyun.com@g" /etc/apt/sources.list && \
sed -i "s@http://.*security.ubuntu.com@http://mirrors.aliyun.com@g" /etc/apt/sources.list
更新系统
apt update && apt upgrade -y