aboutsummaryrefslogtreecommitdiffstats
path: root/centos.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-16 16:54:02 +0200
committerLoïc Hoguin <[email protected]>2018-08-16 16:54:02 +0200
commitfe217dc45e8421ec9078cfdd8ea8a8c5a5f2918e (patch)
tree188e249c500f5a91e65ca73c7eb3bad1a2416e91 /centos.sh
parent2b053440ef85881517e0fd6b45b255e46e33316f (diff)
downloadci-fe217dc45e8421ec9078cfdd8ea8a8c5a5f2918e.tar.gz
ci-fe217dc45e8421ec9078cfdd8ea8a8c5a5f2918e.tar.bz2
ci-fe217dc45e8421ec9078cfdd8ea8a8c5a5f2918e.zip
Install groff where necessary
Diffstat (limited to 'centos.sh')
-rwxr-xr-xcentos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/centos.sh b/centos.sh
index 6503155..f4d6e05 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"
+ autoconf automake gcc golang glide rsync groff"
for f in ci.d/*; do source "$f"; done