aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-08-24 23:16:12 +0200
committerLoïc Hoguin <[email protected]>2020-08-24 23:16:12 +0200
commit35e03bbdfcc3dfe37d36046da1cedd2ac7fd5af5 (patch)
tree8734a3567bfd71744953db7220a4a114c44e7937
parentaa59e12e8a0242dd326ccb022ddd4fd14af28969 (diff)
downloadci-35e03bbdfcc3dfe37d36046da1cedd2ac7fd5af5.tar.gz
ci-35e03bbdfcc3dfe37d36046da1cedd2ac7fd5af5.tar.bz2
ci-35e03bbdfcc3dfe37d36046da1cedd2ac7fd5af5.zip
Update Ubuntu to 20.04
-rwxr-xr-xubuntu.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu.sh b/ubuntu.sh
index e19b4a1..21c9c7b 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -5,10 +5,10 @@ set -e
NAME=$1
DIST=ubuntu
-RELEASE=disco
+RELEASE=focal
ARCH=amd64
PACKAGES="curl libssl-dev libncurses5-dev zsh vim sudo erlang-nox git \
- make autoconf automake gcc golang go-dep rsync \
+ make autoconf automake gcc golang go-dep rsync gnupg \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang clang-tools \
groff-base psmisc p7zip-full unzip subversion mercurial parallel"