aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian.sh4
-rwxr-xr-xubuntu.sh4
2 files changed, 4 insertions, 4 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 \
diff --git a/ubuntu.sh b/ubuntu.sh
index 41869ae..1716eb2 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -5,9 +5,9 @@ set -e
NAME=$1
DIST=ubuntu
-RELEASE=cosmic
+RELEASE=disco
ARCH=amd64
-PACKAGES="curl libssl1.0-dev libncurses5-dev zsh vim sudo erlang-nox git \
+PACKAGES="curl libssl-dev libncurses5-dev zsh vim sudo erlang-nox git \
make autoconf automake gcc golang go-dep rsync \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang \
groff-base psmisc p7zip-full unzip subversion mercurial parallel"