2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

[go-xcat] Change back to gpgcheck=0

This commit is contained in:
GONG Jie 2018-10-26 11:28:51 +08:00
parent 833f33c820
commit 3d4f196426

View File

@ -1121,7 +1121,7 @@ function add_repo_by_url_yum_or_zypper()
name=${repo_id}
baseurl=file://${url%/}
enabled=1
gpgcheck=1
gpgcheck=0
gpgkey=file://${url%/}/repodata/repomd.xml.key
EOF
add_repo_by_file "${tmp}" "${repo_id}"