From 164cc2f672ed3d3adb95db0fe062a78b5713c4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 28 Aug 2019 10:30:23 +0200 Subject: Update Debian/Ubuntu releases --- debian.sh | 4 ++-- ubuntu.sh | 4 ++-- 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" -- cgit v1.2.3