aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu.sh')
-rwxr-xr-xubuntu.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu.sh b/ubuntu.sh
index 53fc004..bf309a1 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -9,7 +9,8 @@ RELEASE=artful
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"
+ libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang \
+ groff-base"
for f in ci.d/*; do source "$f"; done