浏览代码

#32 s/httpredir/deb/

master
Arthur Lutz 7 年前
父节点
当前提交
8ec9a4a387
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      apt/map.jinja

+ 2
- 2
apt/map.jinja 查看文件

@@ -15,11 +15,11 @@
'remove_preferences': false,
'clean_preferences_d': false,
'default_keyserver': 'pool.sks-keyservers.net',
'default_url': 'http://httpredir.debian.org/debian/',
'default_url': 'http://deb.debian.org/debian/',
'repositories': {
'sane_default': {
'distro': distribution,
'url': 'http://httpredir.debian.org/debian/',
'url': 'http://deb.debian.org/debian/',
'arch': arch,
'comps': ['main'],
},

正在加载...
取消
保存