aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcentos.sh2
-rwxr-xr-xubuntu.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/centos.sh b/centos.sh
index f4d6e05..97baf14 100755
--- a/centos.sh
+++ b/centos.sh
@@ -10,7 +10,7 @@ ARCH=amd64
# We don't install Erlang because it's complicated on CentOS.
# We will instead use the Erlang versions built with kerl.
PACKAGES="curl ncurses-devel openssl-devel zsh vim sudo git make \
- autoconf automake gcc golang glide rsync groff"
+ autoconf automake gcc golang glide rsync groff psmisc"
for f in ci.d/*; do source "$f"; done
diff --git a/ubuntu.sh b/ubuntu.sh
index bf309a1..ead4cd9 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -10,7 +10,7 @@ ARCH=amd64
PACKAGES="curl libssl-dev libncurses5-dev zsh vim sudo erlang-nox git \
make autoconf automake gcc golang golang-glide rsync \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang \
- groff-base"
+ groff-base psmisc"
for f in ci.d/*; do source "$f"; done