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.