Merge pull request #1139 from redanaheim/master

Remove duplicate regex in system.go for -check-requirements
This commit is contained in:
Gustavo Iñiguez Goia 2024-05-27 21:23:12 +00:00 committed by GitHub
commit 5234df7513
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"