From 5306cb78d3a2fd5eee2083cea21e7a846f758028 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 12:17:17 -0700 Subject: [PATCH] Change to the proper package name for `ps`. --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 72a66fe..ad26795 100755 --- a/run.sh +++ b/run.sh @@ -93,7 +93,7 @@ if [[ ! `which curl` ]]; then fi if [[ ! `which ps` ]]; then echo "- Installing PS" - $sudo apt-get install -y ps + $sudo apt-get install -y procps fi # Directories and allowed page types are executable, others are not.