Warn about missing createrepo on suse

此提交包含在:
2022-01-14 01:22:39 -05:00
父節點 85ab3712d2
當前提交 ba0be060d9

查看文件

@@ -1558,8 +1558,11 @@ main() {
fi
if (( CREATEREPO_SWITCH )); then
if [[ "$ID" == "suse" ]]; then
err "createrepo is not available on SUSE"
exit 1
fi
runCreaterepo
exit $?
fi
if [[ "${#SERVICES[@]}" -gt 0 ]]; then