1. # 更改配置文件
    2. vim /etc/apt/apt.conf.d/70debconf
    3. # 在配置文件中添加以下内容
    4. Acquire::AllowInsecureRepositories "true";
    5. # 查看配置是否生效
    6. apt-config dump