Remove duplicate regex in system.go for -check-requirements

This commit is contained in:
redanaheim 2024-05-26 23:22:53 +00:00 committed by GitHub
parent 03747ea0e3
commit fa2f1068f6
Failed to generate hash of commit

View file

@ -86,7 +86,6 @@ func CheckSysRequirements() {
"Regexps": [
"CONFIG_KPROBES=y",
"CONFIG_KPROBES_ON_FTRACE=y",
"CONFIG_KPROBES_ON_FTRACE=y",
"CONFIG_HAVE_KPROBES=y",
"CONFIG_HAVE_KPROBES_ON_FTRACE=y",
"CONFIG_KPROBE_EVENTS=y"