Debian10 国内源配置

# mv /etc/apt/sources.list /etc/apt/sources.list.bak
# cat > /etc/apt/sources.list << EOF
deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
EOF
# apt-get update