Change to the proper package name for ps
.
This commit is contained in:
2
run.sh
2
run.sh
@@ -93,7 +93,7 @@ if [[ ! `which curl` ]]; then
|
|||||||
fi
|
fi
|
||||||
if [[ ! `which ps` ]]; then
|
if [[ ! `which ps` ]]; then
|
||||||
echo "- Installing PS"
|
echo "- Installing PS"
|
||||||
$sudo apt-get install -y ps
|
$sudo apt-get install -y procps
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Directories and allowed page types are executable, others are not.
|
# Directories and allowed page types are executable, others are not.
|
||||||
|
Reference in New Issue
Block a user