Change to the proper package name for ps.

This commit is contained in:
2025-10-14 12:17:17 -07:00
parent 749a018a6e
commit 5306cb78d3

2
run.sh
View File

@@ -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.