mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-03-29 02:13:45 +00:00
fix(install): add all program bin from procps package
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user