aboutsummaryrefslogtreecommitdiffstats
path: root/debian.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian.sh')
-rwxr-xr-xdebian.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian.sh b/debian.sh
index fda17ca..72410f5 100755
--- a/debian.sh
+++ b/debian.sh
@@ -10,10 +10,10 @@ ARCH=amd64
# @todo Replace golang-glide with go-dep, but this requires
# a newer version of Debian?
PACKAGES="gnupg apt-transport-https curl libssl1.0-dev libncurses5-dev \
- zsh vim sudo erlang-nox git make autoconf automake gcc \
- golang golang-glide rsync parallel \
+ zsh vim sudo erlang-nox erlang-dev git make autoconf automake gcc \
+ golang golang-glide rsync parallel mercurial subversion p7zip-full \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang \
- groff-base"
+ groff-base unzip"
for f in ci.d/*; do source "$f"; done