aboutsummaryrefslogtreecommitdiffstats
path: root/debian.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian.sh')
-rwxr-xr-xdebian.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian.sh b/debian.sh
index 72410f5..66b95f3 100755
--- a/debian.sh
+++ b/debian.sh
@@ -5,11 +5,11 @@ set -e
NAME=$1
DIST=debian
-RELEASE=stretch
+RELEASE=buster
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 \
+PACKAGES="gnupg apt-transport-https curl libssl-dev libncurses5-dev \
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 \