aboutsummaryrefslogtreecommitdiffstats
path: root/debian.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian.sh')
-rwxr-xr-xdebian.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian.sh b/debian.sh
index 6c920de..711edc5 100755
--- a/debian.sh
+++ b/debian.sh
@@ -8,7 +8,8 @@ DIST=debian
RELEASE=stretch
ARCH=amd64
PACKAGES="gnupg apt-transport-https curl libssl1.0-dev libncurses5-dev \
- zsh vim sudo erlang-nox git make autoconf automake gcc"
+ zsh vim sudo erlang-nox git make autoconf automake gcc \
+ golang golang-glide"
for f in ci.d/*; do source "$f"; done