From 3216b33a169cb93963a74e49b33dede7af35d804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Sun, 1 Mar 2026 12:07:07 +0100 Subject: [PATCH] fix(install): remove sysctl since it is located in /usr/sbin --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index fb7a6a0..922981f 100644 --- a/install.sh +++ b/install.sh @@ -23,7 +23,6 @@ readonly REQ=( "pgrep" "pkill" "uptime" - "sysctl" ) function check_root() {