fix(install): add all program bin from procps package

This commit is contained in:
2026-03-01 12:03:55 +01:00
parent bbdb781bca
commit 0ba701a326

View File

@@ -17,7 +17,13 @@ readonly REQ=(
"curl" "curl"
"docker" "docker"
"crontab" "crontab"
"procps" "ps"
"top"
"free"
"pgrep"
"pkill"
"uptime"
"sysctl"
) )
function check_root() { function check_root() {