fix(install): remove sysctl since it is located in /usr/sbin

This commit is contained in:
2026-03-01 12:07:07 +01:00
parent 0ba701a326
commit 3216b33a16

View File

@@ -23,7 +23,6 @@ readonly REQ=(
"pgrep" "pgrep"
"pkill" "pkill"
"uptime" "uptime"
"sysctl"
) )
function check_root() { function check_root() {